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

Unified Diff: sync/engine/model_type_sync_worker_impl.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/get_updates_processor_unittest.cc ('k') | sync/engine/net/server_connection_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/engine/model_type_sync_worker_impl.h
diff --git a/sync/engine/model_type_sync_worker_impl.h b/sync/engine/model_type_sync_worker_impl.h
index 10aa0807f666de7961f5326d5c92e1d52ccecdb1..1116adeca64f468c8b7a0322dad84902608466af 100644
--- a/sync/engine/model_type_sync_worker_impl.h
+++ b/sync/engine/model_type_sync_worker_impl.h
@@ -68,24 +68,24 @@ class SYNC_EXPORT ModelTypeSyncWorkerImpl : 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;
+ sync_pb::DataTypeContext* context) const 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;
// ModelTypeSyncWorker implementation.
virtual void EnqueueForCommit(
- const CommitRequestDataList& request_list) OVERRIDE;
+ const CommitRequestDataList& request_list) override;
// CommitContributor implementation.
virtual scoped_ptr<CommitContribution> GetContribution(
- size_t max_entries) OVERRIDE;
+ size_t max_entries) override;
// Callback for when our contribution gets a response.
void OnCommitResponse(const CommitResponseDataList& response_list);
« no previous file with comments | « sync/engine/get_updates_processor_unittest.cc ('k') | sync/engine/net/server_connection_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698