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

Unified Diff: remoting/protocol/jingle_session_manager.h

Issue 628753002: replace OVERRIDE and FINAL with override and final in remoting/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master 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 | « remoting/protocol/jingle_session.h ('k') | remoting/protocol/libjingle_transport_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/jingle_session_manager.h
diff --git a/remoting/protocol/jingle_session_manager.h b/remoting/protocol/jingle_session_manager.h
index 89df6136bfa8074c1c723812f0ca872abbb24814..4cb8890a41e18b2512485cbdfbb96b57a2daad98 100644
--- a/remoting/protocol/jingle_session_manager.h
+++ b/remoting/protocol/jingle_session_manager.h
@@ -48,20 +48,20 @@ class JingleSessionManager : public SessionManager,
// SessionManager interface.
virtual void Init(SignalStrategy* signal_strategy,
- SessionManager::Listener* listener) OVERRIDE;
+ SessionManager::Listener* listener) override;
virtual scoped_ptr<Session> Connect(
const std::string& host_jid,
scoped_ptr<Authenticator> authenticator,
- scoped_ptr<CandidateSessionConfig> config) OVERRIDE;
- virtual void Close() OVERRIDE;
+ scoped_ptr<CandidateSessionConfig> config) override;
+ virtual void Close() override;
virtual void set_authenticator_factory(
- scoped_ptr<AuthenticatorFactory> authenticator_factory) OVERRIDE;
+ scoped_ptr<AuthenticatorFactory> authenticator_factory) override;
// SignalStrategy::Listener interface.
virtual void OnSignalStrategyStateChange(
- SignalStrategy::State state) OVERRIDE;
+ SignalStrategy::State state) override;
virtual bool OnSignalStrategyIncomingStanza(
- const buzz::XmlElement* stanza) OVERRIDE;
+ const buzz::XmlElement* stanza) override;
private:
friend class JingleSession;
« no previous file with comments | « remoting/protocol/jingle_session.h ('k') | remoting/protocol/libjingle_transport_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698