| Index: trunk/src/chrome/browser/ui/ash/ash_init.cc
|
| ===================================================================
|
| --- trunk/src/chrome/browser/ui/ash/ash_init.cc (revision 192508)
|
| +++ trunk/src/chrome/browser/ui/ash/ash_init.cc (working copy)
|
| @@ -32,7 +32,6 @@
|
| #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
|
|
|
| @@ -52,8 +51,7 @@
|
| if (base::chromeos::IsRunningOnChromeOS())
|
| return !chromeos::UserManager::Get()->IsUserLoggedIn();
|
| else
|
| - return CommandLine::ForCurrentProcess()->HasSwitch(
|
| - chromeos::switches::kLoginManager);
|
| + return CommandLine::ForCurrentProcess()->HasSwitch(switches::kLoginManager);
|
| }
|
| #endif
|
|
|
|
|