| Index: chrome/browser/chromeos/login/wallpaper_manager.cc
|
| diff --git a/chrome/browser/chromeos/login/wallpaper_manager.cc b/chrome/browser/chromeos/login/wallpaper_manager.cc
|
| index 06135130e29875871edb14b8da3eec455c73fa0d..c594921fd001f48affa8b1ab3a9d5c6e14687d13 100644
|
| --- a/chrome/browser/chromeos/login/wallpaper_manager.cc
|
| +++ b/chrome/browser/chromeos/login/wallpaper_manager.cc
|
| @@ -32,6 +32,7 @@
|
| #include "chrome/common/chrome_paths.h"
|
| #include "chrome/common/chrome_switches.h"
|
| #include "chrome/common/pref_names.h"
|
| +#include "chromeos/chromeos_switches.h"
|
| #include "chromeos/dbus/dbus_thread_manager.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "content/public/browser/notification_service.h"
|
| @@ -253,7 +254,7 @@ void WallpaperManager::InitializeWallpaper() {
|
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|
| UserManager* user_manager = UserManager::Get();
|
|
|
| - if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kTestType))
|
| + if (CommandLine::ForCurrentProcess()->HasSwitch(::switches::kTestType))
|
| WizardController::SetZeroDelays();
|
|
|
| // Zero delays is also set in autotests.
|
|
|