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

Unified Diff: chrome/browser/ui/startup/startup_browser_creator.h

Issue 10690060: startup: Put it in chrome namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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
Index: chrome/browser/ui/startup/startup_browser_creator.h
diff --git a/chrome/browser/ui/startup/startup_browser_creator.h b/chrome/browser/ui/startup/startup_browser_creator.h
index 8e90c8013effec58ae1a6946093ab69e59e245bc..5f0195802b73fc6a8dafaa9ffdf6d81157159cca 100644
--- a/chrome/browser/ui/startup/startup_browser_creator.h
+++ b/chrome/browser/ui/startup/startup_browser_creator.h
@@ -14,8 +14,8 @@
#include "base/gtest_prod_util.h"
#include "chrome/browser/prefs/session_startup_pref.h"
#include "chrome/browser/profiles/profile.h"
-#include "chrome/browser/ui/startup/startup_types.h"
#include "chrome/browser/ui/startup/startup_tab.h"
+#include "chrome/browser/ui/startup/startup_types.h"
#include "googleurl/src/gurl.h"
class Browser;
@@ -71,8 +71,8 @@ class StartupBrowserCreator {
bool LaunchBrowser(const CommandLine& command_line,
Profile* profile,
const FilePath& cur_dir,
- browser::startup::IsProcessStartup is_process_startup,
- browser::startup::IsFirstRun is_first_run,
+ chrome::startup::IsProcessStartup is_process_startup,
+ chrome::startup::IsFirstRun is_first_run,
int* return_code);
// When called the first time, reads the value of the preference kWasRestarted
« no previous file with comments | « chrome/browser/ui/startup/session_crashed_prompt.cc ('k') | chrome/browser/ui/startup/startup_browser_creator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698