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

Unified Diff: sync/api/fake_sync_change_processor.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
« no previous file with comments | « no previous file | sync/api/fake_syncable_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/api/fake_sync_change_processor.h
diff --git a/sync/api/fake_sync_change_processor.h b/sync/api/fake_sync_change_processor.h
index 521f018bd065a6efeb05e48f8d40aaf7098ece1c..498aef82c650f771e52ffb3c5da255bf80e2c728 100644
--- a/sync/api/fake_sync_change_processor.h
+++ b/sync/api/fake_sync_change_processor.h
@@ -20,13 +20,13 @@ class FakeSyncChangeProcessor : public SyncChangeProcessor {
// cleared.
virtual syncer::SyncError ProcessSyncChanges(
const tracked_objects::Location& from_here,
- const syncer::SyncChangeList& change_list) OVERRIDE;
+ const syncer::SyncChangeList& change_list) override;
// SyncChangeProcessor implementation.
//
// Returns data().
virtual syncer::SyncDataList GetAllSyncData(syncer::ModelType type)
- const OVERRIDE;
+ const override;
// SyncChangeProcessor implementation.
//
@@ -34,7 +34,7 @@ class FakeSyncChangeProcessor : public SyncChangeProcessor {
virtual syncer::SyncError UpdateDataTypeContext(
ModelType type,
ContextRefreshStatus refresh_status,
- const std::string& context) OVERRIDE;
+ const std::string& context) override;
virtual const syncer::SyncChangeList& changes() const;
virtual syncer::SyncChangeList& changes();
« no previous file with comments | « no previous file | sync/api/fake_syncable_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698