| Index: chrome/browser/sync/profile_sync_service_startup_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/sync/profile_sync_service_startup_unittest.cc (revision 181040)
|
| +++ chrome/browser/sync/profile_sync_service_startup_unittest.cc (working copy)
|
| @@ -151,7 +151,7 @@
|
| true);
|
| }
|
| protected:
|
| - virtual void CreateSyncService() {
|
| + virtual void CreateSyncService() OVERRIDE {
|
| sync_ = static_cast<TestProfileSyncService*>(
|
| ProfileSyncServiceFactory::GetInstance()->SetTestingFactoryAndUse(
|
| profile_.get(), BuildCrosService));
|
|
|