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

Unified Diff: jingle/notifier/communicator/single_login_attempt.h

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/communicator/login.h ('k') | jingle/notifier/communicator/single_login_attempt_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: jingle/notifier/communicator/single_login_attempt.h
diff --git a/jingle/notifier/communicator/single_login_attempt.h b/jingle/notifier/communicator/single_login_attempt.h
index baf45e15e89688dd87eec9ae1bbbe7d6d3d0bdb4..7c877cbc0095fda6fbfd50ec43dd06ba91afab74 100644
--- a/jingle/notifier/communicator/single_login_attempt.h
+++ b/jingle/notifier/communicator/single_login_attempt.h
@@ -61,10 +61,10 @@ class SingleLoginAttempt : public XmppConnection::Delegate {
// XmppConnection::Delegate implementation.
virtual void OnConnect(
- base::WeakPtr<buzz::XmppTaskParentInterface> parent) OVERRIDE;
+ base::WeakPtr<buzz::XmppTaskParentInterface> parent) override;
virtual void OnError(buzz::XmppEngine::Error error,
int error_subcode,
- const buzz::XmlElement* stream_error) OVERRIDE;
+ const buzz::XmlElement* stream_error) override;
private:
void TryConnect(const ConnectionSettings& new_settings);
« no previous file with comments | « jingle/notifier/communicator/login.h ('k') | jingle/notifier/communicator/single_login_attempt_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698