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

Unified Diff: jingle/notifier/base/xmpp_connection_unittest.cc

Issue 822833002: Standardize usage of virtual/override/final specifiers in jingle/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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/base/xmpp_connection_unittest.cc
diff --git a/jingle/notifier/base/xmpp_connection_unittest.cc b/jingle/notifier/base/xmpp_connection_unittest.cc
index 2e620920d9ae473d4d7970c772944678f066413c..147edac22ac2c520e6b2048e08454b28bf09a56d 100644
--- a/jingle/notifier/base/xmpp_connection_unittest.cc
+++ b/jingle/notifier/base/xmpp_connection_unittest.cc
@@ -83,9 +83,9 @@ class XmppConnectionTest : public testing::Test {
message_loop_->message_loop_proxy());
}
- virtual ~XmppConnectionTest() {}
+ ~XmppConnectionTest() override {}
- virtual void TearDown() {
+ void TearDown() override {
// Clear out any messages posted by XmppConnection's destructor.
message_loop_->RunUntilIdle();
}
« no previous file with comments | « jingle/notifier/base/weak_xmpp_client_unittest.cc ('k') | jingle/notifier/communicator/single_login_attempt_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698