Index: chrome/browser/chromeos/login/wizard_in_process_browser_test.cc |
diff --git a/chrome/browser/chromeos/login/wizard_in_process_browser_test.cc b/chrome/browser/chromeos/login/wizard_in_process_browser_test.cc |
index cf31246a3184fc36176efc78d4eda08169e83eb2..f2c2a4f8c1cfd2ac4942c6276bc0debeecc9eff0 100644 |
--- a/chrome/browser/chromeos/login/wizard_in_process_browser_test.cc |
+++ b/chrome/browser/chromeos/login/wizard_in_process_browser_test.cc |
@@ -13,6 +13,7 @@ |
#include "chrome/common/chrome_notification_types.h" |
#include "chrome/common/chrome_switches.h" |
#include "chrome/test/base/ui_test_utils.h" |
+#include "chromeos/chromeos_switches.h" |
#include "content/public/browser/notification_service.h" |
namespace chromeos { |
@@ -28,7 +29,7 @@ void WizardInProcessBrowserTest::SetUp() { |
} |
void WizardInProcessBrowserTest::SetUpCommandLine(CommandLine* command_line) { |
- command_line->AppendSwitch(switches::kNoStartupWindow); |
+ command_line->AppendSwitch(::switches::kNoStartupWindow); |
command_line->AppendSwitch(switches::kLoginManager); |
} |