| Index: chrome/browser/ui/cocoa/profiles/profile_chooser_controller_unittest.mm
|
| diff --git a/chrome/browser/ui/cocoa/profiles/profile_chooser_controller_unittest.mm b/chrome/browser/ui/cocoa/profiles/profile_chooser_controller_unittest.mm
|
| index 929e392363fae92a3a0ffd021546c8a6fea442ad..aa0eefe2ebb617c7ba290590383c866942c57e50 100644
|
| --- a/chrome/browser/ui/cocoa/profiles/profile_chooser_controller_unittest.mm
|
| +++ b/chrome/browser/ui/cocoa/profiles/profile_chooser_controller_unittest.mm
|
| @@ -76,7 +76,7 @@ class ProfileChooserControllerTest : public CocoaProfileTest {
|
|
|
| void EnableNewProfileManagement() {
|
| CommandLine::ForCurrentProcess()->AppendSwitch(
|
| - switches::kNewProfileManagement);
|
| + switches::kEnableNewProfileManagement);
|
| }
|
|
|
| void EnableNewAvatarMenuOnly() {
|
|
|