| Index: chrome/browser/ui/webui/options/chromeos/shared_options_browsertest.cc
|
| diff --git a/chrome/browser/ui/webui/options/chromeos/shared_options_browsertest.cc b/chrome/browser/ui/webui/options/chromeos/shared_options_browsertest.cc
|
| index 47e2f04b0de78e49d4ba98dacc62dad00310d346..48cb76007f437c115fa83f18728e0c735020d794 100644
|
| --- a/chrome/browser/ui/webui/options/chromeos/shared_options_browsertest.cc
|
| +++ b/chrome/browser/ui/webui/options/chromeos/shared_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 SharedOptionsTest : public LoginManagerTest {
|
| virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
|
| LoginManagerTest::SetUpCommandLine(command_line);
|
| command_line->AppendSwitch(::switches::kMultiProfiles);
|
| - command_line->AppendSwitch(switches::kForceMultiProfileInTests);
|
| }
|
|
|
| protected:
|
|
|