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

Unified Diff: remoting/host/fake_host_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/fake_desktop_environment.h ('k') | remoting/host/fake_host_extension.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/fake_host_extension.h
diff --git a/remoting/host/fake_host_extension.h b/remoting/host/fake_host_extension.h
index c52376c29af6ed1e4bade34e076536d83cb93078..3b97b7417f08fe6720c46f13b5915f4c7729c9ee 100644
--- a/remoting/host/fake_host_extension.h
+++ b/remoting/host/fake_host_extension.h
@@ -27,10 +27,10 @@ class FakeExtension : public HostExtension {
virtual ~FakeExtension();
// 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;
// Controls for testing.
void set_steal_video_capturer(bool steal_video_capturer) {
« no previous file with comments | « remoting/host/fake_desktop_environment.h ('k') | remoting/host/fake_host_extension.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698