Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(801)

Unified Diff: sync/internal_api/public/test/sync_manager_factory_for_profile_sync_test.h

Issue 629733002: replace OVERRIDE and FINAL with override and final in sync/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: sync/internal_api/public/test/sync_manager_factory_for_profile_sync_test.h
diff --git a/sync/internal_api/public/test/sync_manager_factory_for_profile_sync_test.h b/sync/internal_api/public/test/sync_manager_factory_for_profile_sync_test.h
index 76d6bef957a0d3067ae462f9e4be2501ee3935b6..d0ba111905f5af91cfc17b725156f4d6d6f77ccc 100644
--- a/sync/internal_api/public/test/sync_manager_factory_for_profile_sync_test.h
+++ b/sync/internal_api/public/test/sync_manager_factory_for_profile_sync_test.h
@@ -18,7 +18,7 @@ class SyncManagerFactoryForProfileSyncTest : public syncer::SyncManagerFactory {
SyncManagerFactoryForProfileSyncTest(base::Closure init_callback);
virtual ~SyncManagerFactoryForProfileSyncTest();
virtual scoped_ptr<syncer::SyncManager> CreateSyncManager(
- std::string name) OVERRIDE;
+ std::string name) override;
private:
base::Closure init_callback_;
};

Powered by Google App Engine
This is Rietveld 408576698