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

Unified Diff: remoting/protocol/content_description.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/connection_to_host.h ('k') | remoting/protocol/fake_authenticator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/content_description.h
diff --git a/remoting/protocol/content_description.h b/remoting/protocol/content_description.h
index 65115c233f1bf1ad51823f0d519bf6b792ace21f..a8718588c18dfedb8fe647564ceae4b0e770acb4 100644
--- a/remoting/protocol/content_description.h
+++ b/remoting/protocol/content_description.h
@@ -32,7 +32,7 @@ class ContentDescription : public cricket::ContentDescription {
scoped_ptr<buzz::XmlElement> authenticator_message);
virtual ~ContentDescription();
- virtual ContentDescription* Copy() const OVERRIDE;
+ virtual ContentDescription* Copy() const override;
const CandidateSessionConfig* config() const {
return candidate_config_.get();
« no previous file with comments | « remoting/protocol/connection_to_host.h ('k') | remoting/protocol/fake_authenticator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698