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

Unified Diff: components/invalidation/push_client_channel_unittest.cc

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/push_client_channel_unittest.cc
diff --git a/components/invalidation/push_client_channel_unittest.cc b/components/invalidation/push_client_channel_unittest.cc
index 2d5fd44675a18edc3bee58f56b854c978c89667b..dd474cba4943b6f41107b49fcaa630ce19e8ad9f 100644
--- a/components/invalidation/push_client_channel_unittest.cc
+++ b/components/invalidation/push_client_channel_unittest.cc
@@ -34,7 +34,7 @@ class PushClientChannelTest
}
virtual void OnNetworkChannelStateChanged(
- InvalidatorState invalidator_state) OVERRIDE {
+ InvalidatorState invalidator_state) override {
last_invalidator_state_ = invalidator_state;
}
« no previous file with comments | « components/invalidation/push_client_channel.h ('k') | components/invalidation/registration_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698