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

Unified Diff: components/invalidation/mock_ack_handler.h

Issue 623133002: replace OVERRIDE and FINAL with override and final in components/ (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
Index: components/invalidation/mock_ack_handler.h
diff --git a/components/invalidation/mock_ack_handler.h b/components/invalidation/mock_ack_handler.h
index 792c57a976fb077435af21ea2e7d72a50469e966..ea4e6226363d6f2ab714945f7a7b003a3be0e038 100644
--- a/components/invalidation/mock_ack_handler.h
+++ b/components/invalidation/mock_ack_handler.h
@@ -56,10 +56,10 @@ class INVALIDATION_EXPORT MockAckHandler
// Implementation of AckHandler.
virtual void Acknowledge(
const invalidation::ObjectId& id,
- const AckHandle& handle) OVERRIDE;
+ const AckHandle& handle) override;
virtual void Drop(
const invalidation::ObjectId& id,
- const AckHandle& handle) OVERRIDE;
+ const AckHandle& handle) override;
private:
typedef std::vector<syncer::Invalidation> InvalidationVector;
« no previous file with comments | « components/invalidation/invalidator_test_template.h ('k') | components/invalidation/non_blocking_invalidator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698