| 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
|
|
|