| Index: chrome/browser/chromeos/login/wallpaper_manager_browsertest.cc
|
| diff --git a/chrome/browser/chromeos/login/wallpaper_manager_browsertest.cc b/chrome/browser/chromeos/login/wallpaper_manager_browsertest.cc
|
| index 456b860f86fcf2a70e2d0fc74941a89d66eb83f4..1304215c2a11c655ff727fa8a8b9d239911153e8 100644
|
| --- a/chrome/browser/chromeos/login/wallpaper_manager_browsertest.cc
|
| +++ b/chrome/browser/chromeos/login/wallpaper_manager_browsertest.cc
|
| @@ -409,8 +409,8 @@ class WallpaperManagerBrowserTestNoAnimation
|
| virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
|
| command_line->AppendSwitch(switches::kLoginManager);
|
| command_line->AppendSwitchASCII(switches::kLoginProfile, "user");
|
| - command_line->AppendSwitch(::switches::kDisableLoginAnimations);
|
| - command_line->AppendSwitch(::switches::kDisableBootAnimation);
|
| + command_line->AppendSwitch(chromeos::switches::kDisableLoginAnimations);
|
| + command_line->AppendSwitch(chromeos::switches::kDisableBootAnimation);
|
| }
|
| };
|
|
|
|
|