Index: chrome/browser/ui/ash/ash_init.cc |
diff --git a/chrome/browser/ui/ash/ash_init.cc b/chrome/browser/ui/ash/ash_init.cc |
index ee1e16ecb54384b62451f9c3a5ea739fa6360600..6fb57de63e3705417ad9f08ebf42d205e135bd7b 100644 |
--- a/chrome/browser/ui/ash/ash_init.cc |
+++ b/chrome/browser/ui/ash/ash_init.cc |
@@ -32,6 +32,7 @@ |
#include "chrome/browser/ui/ash/brightness_controller_chromeos.h" |
#include "chrome/browser/ui/ash/ime_controller_chromeos.h" |
#include "chrome/browser/ui/ash/volume_controller_chromeos.h" |
+#include "chromeos/chromeos_switches.h" |
#include "ui/base/x/x11_util.h" |
#endif |
@@ -51,7 +52,8 @@ bool ShouldInitiallyHideCursor() { |
if (base::chromeos::IsRunningOnChromeOS()) |
return !chromeos::UserManager::Get()->IsUserLoggedIn(); |
else |
- return CommandLine::ForCurrentProcess()->HasSwitch(switches::kLoginManager); |
+ return CommandLine::ForCurrentProcess()->HasSwitch( |
+ chromeos::switches::kLoginManager); |
} |
#endif |