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

Unified Diff: jingle/notifier/listener/non_blocking_push_client_unittest.cc

Issue 628123002: Replacing the OVERRIDE with override and FINAL with final in jingle (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: jingle/notifier/listener/non_blocking_push_client_unittest.cc
diff --git a/jingle/notifier/listener/non_blocking_push_client_unittest.cc b/jingle/notifier/listener/non_blocking_push_client_unittest.cc
index a26bba1428c5afbd7da671ebe1beb9ea7b81aeec..0066aa9b84376844727e415593f9e5417a0af609 100644
--- a/jingle/notifier/listener/non_blocking_push_client_unittest.cc
+++ b/jingle/notifier/listener/non_blocking_push_client_unittest.cc
@@ -26,7 +26,7 @@ class NonBlockingPushClientTest : public testing::Test {
virtual ~NonBlockingPushClientTest() {}
- virtual void SetUp() OVERRIDE {
+ virtual void SetUp() override {
push_client_.reset(
new NonBlockingPushClient(
base::MessageLoopProxy::current(),
@@ -37,7 +37,7 @@ class NonBlockingPushClientTest : public testing::Test {
message_loop_.RunUntilIdle();
}
- virtual void TearDown() OVERRIDE {
+ virtual void TearDown() override {
// Clear out any pending notifications before removing observers.
message_loop_.RunUntilIdle();
push_client_->RemoveObserver(&fake_observer_);
« no previous file with comments | « jingle/notifier/listener/non_blocking_push_client.cc ('k') | jingle/notifier/listener/push_notifications_listen_task.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698