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

Unified Diff: sync/api/syncable_service.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 | « sync/api/sync_change_processor_wrapper_for_test.h ('k') | sync/engine/all_status.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/api/syncable_service.h
diff --git a/sync/api/syncable_service.h b/sync/api/syncable_service.h
index 9b68d29eadff0a3c47d7d7ea3dce7714d6af0502..b5861e28d11ba98a3d9981a22756ff47f9f2220c 100644
--- a/sync/api/syncable_service.h
+++ b/sync/api/syncable_service.h
@@ -64,7 +64,7 @@ class SYNC_EXPORT SyncableService
// otherwise.
virtual SyncError ProcessSyncChanges(
const tracked_objects::Location& from_here,
- const SyncChangeList& change_list) OVERRIDE = 0;
+ const SyncChangeList& change_list) override = 0;
// Returns AttachmentStore used by datatype. Attachment store is used by sync
// when uploading or downloading attachments.
« no previous file with comments | « sync/api/sync_change_processor_wrapper_for_test.h ('k') | sync/engine/all_status.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698