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

Unified Diff: sync/test/engine/mock_model_type_sync_proxy.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/test/engine/mock_connection_manager.h ('k') | sync/test/engine/mock_model_type_sync_worker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/test/engine/mock_model_type_sync_proxy.h
diff --git a/sync/test/engine/mock_model_type_sync_proxy.h b/sync/test/engine/mock_model_type_sync_proxy.h
index 140904bcfaf76c2caac37eb99c8f8d9f95b30858..fd09927dc7b68c937c59df693ff24e7c8d2e8a8b 100644
--- a/sync/test/engine/mock_model_type_sync_proxy.h
+++ b/sync/test/engine/mock_model_type_sync_proxy.h
@@ -33,11 +33,11 @@ class MockModelTypeSyncProxy : public ModelTypeSyncProxy {
// Implementation of ModelTypeSyncProxy.
virtual void OnCommitCompleted(
const DataTypeState& type_state,
- const CommitResponseDataList& response_list) OVERRIDE;
+ const CommitResponseDataList& response_list) override;
virtual void OnUpdateReceived(
const DataTypeState& type_state,
const UpdateResponseDataList& response_list,
- const UpdateResponseDataList& pending_updates) OVERRIDE;
+ const UpdateResponseDataList& pending_updates) override;
// By default, this object behaves as if all messages are processed
// immediately. Sometimes it is useful to defer work until later, as might
« no previous file with comments | « sync/test/engine/mock_connection_manager.h ('k') | sync/test/engine/mock_model_type_sync_worker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698