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

Unified Diff: sync/engine/directory_update_handler.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/engine/directory_commit_contributor.h ('k') | sync/engine/directory_update_handler_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/engine/directory_update_handler.h
diff --git a/sync/engine/directory_update_handler.h b/sync/engine/directory_update_handler.h
index 73c18a01dfff04bc841343d3b16fff8bf3278ce1..270677441a3899666e3b3a0bce375b24a480fbd1 100644
--- a/sync/engine/directory_update_handler.h
+++ b/sync/engine/directory_update_handler.h
@@ -51,16 +51,16 @@ class SYNC_EXPORT_PRIVATE DirectoryUpdateHandler : public UpdateHandler {
// UpdateHandler implementation.
virtual void GetDownloadProgress(
- sync_pb::DataTypeProgressMarker* progress_marker) const OVERRIDE;
+ sync_pb::DataTypeProgressMarker* progress_marker) const override;
virtual void GetDataTypeContext(sync_pb::DataTypeContext* context) const
- OVERRIDE;
+ override;
virtual SyncerError ProcessGetUpdatesResponse(
const sync_pb::DataTypeProgressMarker& progress_marker,
const sync_pb::DataTypeContext& mutated_context,
const SyncEntityList& applicable_updates,
- sessions::StatusController* status) OVERRIDE;
- virtual void ApplyUpdates(sessions::StatusController* status) OVERRIDE;
- virtual void PassiveApplyUpdates(sessions::StatusController* status) OVERRIDE;
+ sessions::StatusController* status) override;
+ virtual void ApplyUpdates(sessions::StatusController* status) override;
+ virtual void PassiveApplyUpdates(sessions::StatusController* status) override;
private:
friend class DirectoryUpdateHandlerApplyUpdateTest;
« no previous file with comments | « sync/engine/directory_commit_contributor.h ('k') | sync/engine/directory_update_handler_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698