| Index: chrome/browser/sync/test/integration/single_client_managed_user_settings_sync_test.cc
|
| diff --git a/chrome/browser/sync/test/integration/single_client_managed_user_settings_sync_test.cc b/chrome/browser/sync/test/integration/single_client_managed_user_settings_sync_test.cc
|
| index 6d229990bc024d54e31e213e9954e0a74c23d899..6fad88b957760cc471a7b57efde9535599c9460b 100644
|
| --- a/chrome/browser/sync/test/integration/single_client_managed_user_settings_sync_test.cc
|
| +++ b/chrome/browser/sync/test/integration/single_client_managed_user_settings_sync_test.cc
|
| @@ -24,7 +24,7 @@ class SingleClientManagedUserSettingsSyncTest : public SyncTest {
|
| // SyncTest overrides:
|
| virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
|
| SyncTest::SetUpCommandLine(command_line);
|
| - command_line->AppendSwitchASCII(switches::kManagedUserId, "asdf");
|
| + command_line->AppendSwitchASCII(switches::kSupervisedUserId, "asdf");
|
| }
|
| };
|
|
|
|
|