| 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 8ad5b84e8be6d712ae7c6c78e2aabe59204d557e..456b860f86fcf2a70e2d0fc74941a89d66eb83f4 100644
|
| --- a/chrome/browser/chromeos/login/wallpaper_manager_browsertest.cc
|
| +++ b/chrome/browser/chromeos/login/wallpaper_manager_browsertest.cc
|
| @@ -21,6 +21,7 @@
|
| #include "chrome/browser/prefs/scoped_user_pref_update.h"
|
| #include "chrome/common/chrome_switches.h"
|
| #include "chrome/test/base/testing_browser_process.h"
|
| +#include "chromeos/chromeos_switches.h"
|
| #include "ui/aura/env.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
|
|
| @@ -408,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(::switches::kDisableLoginAnimations);
|
| + command_line->AppendSwitch(::switches::kDisableBootAnimation);
|
| }
|
| };
|
|
|
|
|