Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(29)

Unified Diff: chrome/browser/tabs/pinned_tab_codec.h

Issue 10383114: Rename BrowserInit to StartupBrowserCreator, and move into startup subdir. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/sessions/session_service.cc ('k') | chrome/browser/tabs/pinned_tab_codec.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/tabs/pinned_tab_codec.h
===================================================================
--- chrome/browser/tabs/pinned_tab_codec.h (revision 136345)
+++ chrome/browser/tabs/pinned_tab_codec.h (working copy)
@@ -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 @@
// 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);
« no previous file with comments | « chrome/browser/sessions/session_service.cc ('k') | chrome/browser/tabs/pinned_tab_codec.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698