| 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 ac4c02c2feb8d40af47ca5d49325a091ec6d6ced..54d68e80f2f46aa5889e70b2d0ad578caae5cef1 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
|
| @@ -22,7 +22,7 @@ class SingleClientSupervisedUserSettingsSyncTest : public SyncTest {
|
| virtual ~SingleClientSupervisedUserSettingsSyncTest() {}
|
|
|
| // SyncTest overrides:
|
| - virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
|
| + virtual void SetUpCommandLine(CommandLine* command_line) override {
|
| SyncTest::SetUpCommandLine(command_line);
|
| command_line->AppendSwitchASCII(switches::kSupervisedUserId, "asdf");
|
| }
|
|
|