Index: chrome/browser/app_controller_mac_browsertest.mm |
=================================================================== |
--- chrome/browser/app_controller_mac_browsertest.mm (revision 277945) |
+++ chrome/browser/app_controller_mac_browsertest.mm (working copy) |
@@ -32,7 +32,6 @@ |
#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" |
@@ -207,7 +206,7 @@ |
} |
virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { |
- switches::EnableNewProfileManagementForTesting(command_line); |
+ command_line->AppendSwitch(switches::kNewProfileManagement); |
} |
const BrowserList* active_browser_list_; |