| Index: trunk/src/chrome/browser/chromeos/policy/device_local_account_browsertest.cc
|
| ===================================================================
|
| --- trunk/src/chrome/browser/chromeos/policy/device_local_account_browsertest.cc (revision 192508)
|
| +++ trunk/src/chrome/browser/chromeos/policy/device_local_account_browsertest.cc (working copy)
|
| @@ -41,7 +41,6 @@
|
| #include "chrome/common/chrome_paths.h"
|
| #include "chrome/common/chrome_switches.h"
|
| #include "chrome/test/base/in_process_browser_test.h"
|
| -#include "chromeos/chromeos_switches.h"
|
| #include "chromeos/dbus/cryptohome_client.h"
|
| #include "chromeos/dbus/dbus_method_call_status.h"
|
| #include "chromeos/dbus/dbus_thread_manager.h"
|
| @@ -384,14 +383,14 @@
|
| }
|
|
|
| virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
|
| - command_line->AppendSwitch(chromeos::switches::kLoginManager);
|
| - command_line->AppendSwitch(chromeos::switches::kForceLoginManagerInTests);
|
| + command_line->AppendSwitch(switches::kLoginManager);
|
| + command_line->AppendSwitch(switches::kForceLoginManagerInTests);
|
| command_line->AppendSwitchASCII(
|
| - chromeos::switches::kLoginScreen,
|
| - chromeos::WizardController::kLoginScreenName);
|
| + switches::kLoginScreen, chromeos::WizardController::kLoginScreenName);
|
| command_line->AppendSwitchASCII(
|
| switches::kDeviceManagementUrl, test_server_.GetServiceURL().spec());
|
| - command_line->AppendSwitchASCII(chromeos::switches::kLoginProfile, "user");
|
| + command_line->AppendSwitchASCII(
|
| + switches::kLoginProfile, "user");
|
| }
|
|
|
| virtual void SetUpInProcessBrowserTestFixture() OVERRIDE {
|
|
|