diff options
Diffstat (limited to 'chrome/browser/tabs/pinned_tab_codec.h')
-rw-r--r-- | chrome/browser/tabs/pinned_tab_codec.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/tabs/pinned_tab_codec.h b/chrome/browser/tabs/pinned_tab_codec.h index 28542dc..2872f90 100644 --- a/chrome/browser/tabs/pinned_tab_codec.h +++ b/chrome/browser/tabs/pinned_tab_codec.h @@ -8,7 +8,7 @@ #include <vector> -#include "chrome/browser/ui/browser_init.h" +#include "chrome/browser/ui/startup/startup_browser_creator.h" #include "googleurl/src/gurl.h" namespace base { @@ -27,7 +27,7 @@ class Profile; // dictionary describing the entry. class PinnedTabCodec { public: - typedef std::vector<BrowserInit::LaunchWithProfile::Tab> Tabs; + typedef std::vector<StartupBrowserCreator::LaunchWithProfile::Tab> Tabs; // Registers the preference used by this class. static void RegisterUserPrefs(PrefService* prefs); |