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

Unified Diff: remoting/host/cast_extension.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/host/basic_desktop_environment.h ('k') | remoting/host/cast_extension_session.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/cast_extension.h
diff --git a/remoting/host/cast_extension.h b/remoting/host/cast_extension.h
index f8576b00fcb48e89710078b8aa820efbfd8990bc..b26641fb7db1baa2e5f7f8e9494c55cb21e49c6f 100644
--- a/remoting/host/cast_extension.h
+++ b/remoting/host/cast_extension.h
@@ -35,10 +35,10 @@ class CastExtension : public HostExtension {
virtual ~CastExtension();
// HostExtension interface.
- virtual std::string capability() const OVERRIDE;
+ virtual std::string capability() const override;
virtual scoped_ptr<HostExtensionSession> CreateExtensionSession(
ClientSessionControl* client_session_control,
- protocol::ClientStub* client_stub) OVERRIDE;
+ protocol::ClientStub* client_stub) override;
private:
scoped_refptr<base::SingleThreadTaskRunner> network_task_runner_;
« no previous file with comments | « remoting/host/basic_desktop_environment.h ('k') | remoting/host/cast_extension_session.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698