Index: trunk/src/chrome/browser/chromeos/login/wizard_in_process_browser_test.cc |
=================================================================== |
--- trunk/src/chrome/browser/chromeos/login/wizard_in_process_browser_test.cc (revision 192508) |
+++ trunk/src/chrome/browser/chromeos/login/wizard_in_process_browser_test.cc (working copy) |
@@ -13,7 +13,6 @@ |
#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 { |
@@ -29,7 +28,7 @@ |
} |
void WizardInProcessBrowserTest::SetUpCommandLine(CommandLine* command_line) { |
- command_line->AppendSwitch(::switches::kNoStartupWindow); |
+ command_line->AppendSwitch(switches::kNoStartupWindow); |
command_line->AppendSwitch(switches::kLoginManager); |
} |