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 3487a8393c09ad13ad4079e47582846016948c1e..72e1f14e110c9af0ff1931cc945eb61112d7f695 100644 |
--- a/chrome/browser/ui/ash/ash_init.cc |
+++ b/chrome/browser/ui/ash/ash_init.cc |
@@ -31,6 +31,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 |
@@ -50,7 +51,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 |