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

Unified Diff: sync/engine/non_blocking_type_commit_contribution.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/net/server_connection_manager.h ('k') | sync/engine/sync_scheduler_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/engine/non_blocking_type_commit_contribution.h
diff --git a/sync/engine/non_blocking_type_commit_contribution.h b/sync/engine/non_blocking_type_commit_contribution.h
index d7321308141068528a02a26280586250e20c27ea..5633277ffd40e03333c14bcda82c4a7a2367cbf4 100644
--- a/sync/engine/non_blocking_type_commit_contribution.h
+++ b/sync/engine/non_blocking_type_commit_contribution.h
@@ -29,12 +29,12 @@ class NonBlockingTypeCommitContribution : public CommitContribution {
virtual ~NonBlockingTypeCommitContribution();
// Implementation of CommitContribution
- virtual void AddToCommitMessage(sync_pb::ClientToServerMessage* msg) OVERRIDE;
+ virtual void AddToCommitMessage(sync_pb::ClientToServerMessage* msg) override;
virtual SyncerError ProcessCommitResponse(
const sync_pb::ClientToServerResponse& response,
- sessions::StatusController* status) OVERRIDE;
- virtual void CleanUp() OVERRIDE;
- virtual size_t GetNumEntries() const OVERRIDE;
+ sessions::StatusController* status) override;
+ virtual void CleanUp() override;
+ virtual size_t GetNumEntries() const override;
private:
// A non-owned pointer back to the object that created this contribution.
« no previous file with comments | « sync/engine/net/server_connection_manager.h ('k') | sync/engine/sync_scheduler_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698