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

Unified Diff: components/invalidation/invalidation_service_test_template.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/invalidation_service_test_template.h
diff --git a/components/invalidation/invalidation_service_test_template.h b/components/invalidation/invalidation_service_test_template.h
index ae1d04f0a11004be90e151b6cf3918c1b7ef7123..d6eb9856263d88d2032601ab24b5a4fc6d9e3087 100644
--- a/components/invalidation/invalidation_service_test_template.h
+++ b/components/invalidation/invalidation_service_test_template.h
@@ -348,7 +348,7 @@ class BoundFakeInvalidationHandler : public syncer::FakeInvalidationHandler {
// InvalidationHandler implementation.
virtual void OnInvalidatorStateChange(
- syncer::InvalidatorState state) OVERRIDE;
+ syncer::InvalidatorState state) override;
private:
const invalidation::InvalidationService& invalidator_;
« no previous file with comments | « components/invalidation/invalidation_service_android.h ('k') | components/invalidation/invalidator_registrar_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698