Index: chrome/browser/app_controller_mac_browsertest.mm |
diff --git a/chrome/browser/app_controller_mac_browsertest.mm b/chrome/browser/app_controller_mac_browsertest.mm |
index 55639bb4a41d1aab9b79ce1f5f98067d9930fdb0..37fe938f11f1f39b9a0f8c054a16d822f33e9b1c 100644 |
--- a/chrome/browser/app_controller_mac_browsertest.mm |
+++ b/chrome/browser/app_controller_mac_browsertest.mm |
@@ -32,6 +32,7 @@ |
#include "chrome/common/url_constants.h" |
#include "chrome/test/base/in_process_browser_test.h" |
#include "chrome/test/base/ui_test_utils.h" |
+#include "components/signin/core/common/profile_management_switches.h" |
#include "content/public/browser/web_contents.h" |
#include "extensions/common/extension.h" |
#include "net/test/embedded_test_server/embedded_test_server.h" |
@@ -206,7 +207,7 @@ class AppControllerNewProfileManagementBrowserTest |
} |
virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { |
- command_line->AppendSwitch(switches::kNewProfileManagement); |
+ switches::EnableNewProfileManagementForTesting(command_line); |
} |
const BrowserList* active_browser_list_; |