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

Unified Diff: sync/engine/all_status.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/syncable_service.h ('k') | sync/engine/directory_commit_contribution.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/engine/all_status.h
diff --git a/sync/engine/all_status.h b/sync/engine/all_status.h
index 999f2f36449f534044563138eac020067904d421..ba2dd74239e236613e71286acd8f0e6272d5b762 100644
--- a/sync/engine/all_status.h
+++ b/sync/engine/all_status.h
@@ -41,12 +41,12 @@ class AllStatus : public SyncEngineEventListener {
virtual ~AllStatus();
// SyncEngineEventListener implementation.
- virtual void OnSyncCycleEvent(const SyncCycleEvent& event) OVERRIDE;
- virtual void OnActionableError(const SyncProtocolError& error) OVERRIDE;
- virtual void OnRetryTimeChanged(base::Time retry_time) OVERRIDE;
- virtual void OnThrottledTypesChanged(ModelTypeSet throttled_types) OVERRIDE;
- virtual void OnMigrationRequested(ModelTypeSet types) OVERRIDE;
- virtual void OnProtocolEvent(const ProtocolEvent& event) OVERRIDE;
+ virtual void OnSyncCycleEvent(const SyncCycleEvent& event) override;
+ virtual void OnActionableError(const SyncProtocolError& error) override;
+ virtual void OnRetryTimeChanged(base::Time retry_time) override;
+ virtual void OnThrottledTypesChanged(ModelTypeSet throttled_types) override;
+ virtual void OnMigrationRequested(ModelTypeSet types) override;
+ virtual void OnProtocolEvent(const ProtocolEvent& event) override;
SyncStatus status() const;
« no previous file with comments | « sync/api/syncable_service.h ('k') | sync/engine/directory_commit_contribution.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698