| Index: chrome/browser/sync/test/integration/single_client_supervised_user_settings_sync_test.cc
|
| diff --git a/chrome/browser/sync/test/integration/single_client_supervised_user_settings_sync_test.cc b/chrome/browser/sync/test/integration/single_client_supervised_user_settings_sync_test.cc
|
| index bab4a0807c1aa96ebbe4ab1e88327f2625210b8c..200c399f3cac5755345333f45a2df65082bf3f01 100644
|
| --- a/chrome/browser/sync/test/integration/single_client_supervised_user_settings_sync_test.cc
|
| +++ b/chrome/browser/sync/test/integration/single_client_supervised_user_settings_sync_test.cc
|
| @@ -25,7 +25,7 @@ class SingleClientSupervisedUserSettingsSyncTest : public SyncTest {
|
| virtual ~SingleClientSupervisedUserSettingsSyncTest() {}
|
|
|
| // SyncTest overrides:
|
| - virtual void SetUpCommandLine(CommandLine* command_line) override {
|
| + void SetUpCommandLine(CommandLine* command_line) override {
|
| SyncTest::SetUpCommandLine(command_line);
|
| command_line->AppendSwitchASCII(switches::kSupervisedUserId, "asdf");
|
| }
|
|
|