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

Unified Diff: jingle/notifier/listener/xmpp_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
« no previous file with comments | « jingle/notifier/listener/xmpp_push_client.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: jingle/notifier/listener/xmpp_push_client_unittest.cc
diff --git a/jingle/notifier/listener/xmpp_push_client_unittest.cc b/jingle/notifier/listener/xmpp_push_client_unittest.cc
index 7d5d82049036c22dea61b08aba07d29dd1d3b4e2..bd0b46de13c2119c8fa98e2ad5d0f56aa93bd4e2 100644
--- a/jingle/notifier/listener/xmpp_push_client_unittest.cc
+++ b/jingle/notifier/listener/xmpp_push_client_unittest.cc
@@ -40,12 +40,12 @@ class XmppPushClientTest : public testing::Test {
virtual ~XmppPushClientTest() {}
- virtual void SetUp() OVERRIDE {
+ virtual void SetUp() override {
xmpp_push_client_.reset(new XmppPushClient(notifier_options_));
xmpp_push_client_->AddObserver(&mock_observer_);
}
- virtual void TearDown() OVERRIDE {
+ virtual void TearDown() override {
// Clear out any messages posted by XmppPushClient.
message_loop_.RunUntilIdle();
xmpp_push_client_->RemoveObserver(&mock_observer_);
« no previous file with comments | « jingle/notifier/listener/xmpp_push_client.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698