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

Unified Diff: remoting/signaling/log_to_server.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/signaling/iq_sender.h ('k') | remoting/signaling/log_to_server_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/signaling/log_to_server.h
diff --git a/remoting/signaling/log_to_server.h b/remoting/signaling/log_to_server.h
index cfae0548f85a72efa490b61902efa5d8daae13b1..b1647925c308b5400a52741c6daf4071fe6b300d 100644
--- a/remoting/signaling/log_to_server.h
+++ b/remoting/signaling/log_to_server.h
@@ -34,9 +34,9 @@ class LogToServer : public base::NonThreadSafe,
// 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;
void Log(const ServerLogEntry& entry);
« no previous file with comments | « remoting/signaling/iq_sender.h ('k') | remoting/signaling/log_to_server_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698