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

Unified Diff: remoting/protocol/libjingle_transport_factory.cc

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
Index: remoting/protocol/libjingle_transport_factory.cc
diff --git a/remoting/protocol/libjingle_transport_factory.cc b/remoting/protocol/libjingle_transport_factory.cc
index 0fe0c106b3d6a4bea6b5ef4c3f87813b8d7314df..b2302f88d46b9485d787feb36be5fdbb5dacc715 100644
--- a/remoting/protocol/libjingle_transport_factory.cc
+++ b/remoting/protocol/libjingle_transport_factory.cc
@@ -48,10 +48,10 @@ class LibjingleTransport
virtual void Connect(
const std::string& name,
Transport::EventHandler* event_handler,
- const Transport::ConnectedCallback& callback) OVERRIDE;
- virtual void AddRemoteCandidate(const cricket::Candidate& candidate) OVERRIDE;
- virtual const std::string& name() const OVERRIDE;
- virtual bool is_connected() const OVERRIDE;
+ const Transport::ConnectedCallback& callback) override;
+ virtual void AddRemoteCandidate(const cricket::Candidate& candidate) override;
+ virtual const std::string& name() const override;
+ virtual bool is_connected() const override;
private:
void DoStart();
« no previous file with comments | « remoting/protocol/libjingle_transport_factory.h ('k') | remoting/protocol/me2me_host_authenticator_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698