| Index: chrome/browser/chrome_browser_main.cc
|
| diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc
|
| index 031caf08c8b93710ec584ccc5fee90103bf6b675..a8abe1546820d51326fa8440b48b40eeace75e44 100644
|
| --- a/chrome/browser/chrome_browser_main.cc
|
| +++ b/chrome/browser/chrome_browser_main.cc
|
| @@ -159,6 +159,7 @@
|
| #include "chrome/browser/chromeos/cros/cros_library.h"
|
| #include "chrome/browser/chromeos/settings/cros_settings.h"
|
| #include "chrome/browser/chromeos/settings/cros_settings_names.h"
|
| +#include "chromeos/chromeos_switches.h"
|
| #endif
|
|
|
| // TODO(port): several win-only methods have been pulled out of this, but
|
| @@ -319,7 +320,7 @@ PrefService* InitializeLocalState(
|
| }
|
|
|
| #if defined(OS_CHROMEOS)
|
| - if (parsed_command_line.HasSwitch(switches::kLoginManager)) {
|
| + if (parsed_command_line.HasSwitch(chromeos::switches::kLoginManager)) {
|
| std::string owner_locale = local_state->GetString(prefs::kOwnerLocale);
|
| // Ensure that we start with owner's locale.
|
| if (!owner_locale.empty() &&
|
|
|