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

Unified Diff: remoting/host/cast_extension.h

Issue 667123002: Standardize usage of virtual/override/final in remoting/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 b26641fb7db1baa2e5f7f8e9494c55cb21e49c6f..b7a2db674748f9de6b7bcaa533abe13caa8dcbcb 100644
--- a/remoting/host/cast_extension.h
+++ b/remoting/host/cast_extension.h
@@ -32,11 +32,11 @@ class CastExtension : public HostExtension {
scoped_refptr<base::SingleThreadTaskRunner> network_task_runner,
scoped_refptr<net::URLRequestContextGetter> url_request_context_getter,
const protocol::NetworkSettings& network_settings);
- virtual ~CastExtension();
+ ~CastExtension() override;
// HostExtension interface.
- virtual std::string capability() const override;
- virtual scoped_ptr<HostExtensionSession> CreateExtensionSession(
+ std::string capability() const override;
+ scoped_ptr<HostExtensionSession> CreateExtensionSession(
ClientSessionControl* client_session_control,
protocol::ClientStub* client_stub) override;
« 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