| Index: chrome/browser/ui/webui/options/chromeos/accounts_options_browsertest.cc
|
| diff --git a/chrome/browser/ui/webui/options/chromeos/accounts_options_browsertest.cc b/chrome/browser/ui/webui/options/chromeos/accounts_options_browsertest.cc
|
| index 33fbebf48eee55af32f60853983fe466a64d913d..ac97ad272fbcccb475fc53853644f08e0d9a86aa 100644
|
| --- a/chrome/browser/ui/webui/options/chromeos/accounts_options_browsertest.cc
|
| +++ b/chrome/browser/ui/webui/options/chromeos/accounts_options_browsertest.cc
|
| @@ -16,7 +16,6 @@
|
| #include "chrome/common/chrome_switches.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "chrome/test/base/ui_test_utils.h"
|
| -#include "chromeos/chromeos_switches.h"
|
| #include "chromeos/settings/cros_settings_names.h"
|
| #include "content/public/browser/web_contents.h"
|
| #include "content/public/test/browser_test_utils.h"
|
| @@ -59,7 +58,6 @@ class AccountsOptionsTest : public LoginManagerTest {
|
| virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
|
| LoginManagerTest::SetUpCommandLine(command_line);
|
| command_line->AppendSwitch(::switches::kMultiProfiles);
|
| - command_line->AppendSwitch(switches::kForceMultiProfileInTests);
|
| }
|
|
|
| protected:
|
|
|