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

Unified Diff: sync/test/test_transaction_observer.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/test_directory_backing_store.h ('k') | sync/test/trackable_mock_invalidation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/test/test_transaction_observer.h
diff --git a/sync/test/test_transaction_observer.h b/sync/test/test_transaction_observer.h
index b76870ceded20cd88985a677db7bd7b1ea224435..7b785602923b312e3bdfa253caaa8087be7c7e66 100644
--- a/sync/test/test_transaction_observer.h
+++ b/sync/test/test_transaction_observer.h
@@ -23,7 +23,7 @@ class TestTransactionObserver :
virtual ~TestTransactionObserver();
virtual void OnTransactionWrite(
const ImmutableWriteTransactionInfo& write_transaction_info,
- ModelTypeSet models_with_changes) OVERRIDE;
+ ModelTypeSet models_with_changes) override;
// Returns the number of transactions observed.
//
« no previous file with comments | « sync/test/test_directory_backing_store.h ('k') | sync/test/trackable_mock_invalidation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698