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

Unified Diff: sync/test/trackable_mock_invalidation.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_transaction_observer.h ('k') | sync/tools/null_invalidation_state_tracker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/test/trackable_mock_invalidation.h
diff --git a/sync/test/trackable_mock_invalidation.h b/sync/test/trackable_mock_invalidation.h
index 1ad3697e16fae029b34f4721835108ebc99a3220..56878661dff706405d52553e54d6c492ff776a40 100644
--- a/sync/test/trackable_mock_invalidation.h
+++ b/sync/test/trackable_mock_invalidation.h
@@ -26,10 +26,10 @@ class TrackableMockInvalidation : public MockInvalidation {
// Forwards notice of the acknowledgement of this invalidation to the
// |tracker_|.
- virtual void Acknowledge() OVERRIDE;
+ virtual void Acknowledge() override;
// Forwards notice of the drop of this invalidation to the |tracker_|.
- virtual void Drop() OVERRIDE;
+ virtual void Drop() override;
// Returns the integer used to identify this object with the |tracker_|.
int GetTrackingId();
« no previous file with comments | « sync/test/test_transaction_observer.h ('k') | sync/tools/null_invalidation_state_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698