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

Unified Diff: remoting/host/me2me_desktop_environment.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/local_input_monitor_unittest.cc ('k') | remoting/host/mouse_clamping_filter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/me2me_desktop_environment.h
diff --git a/remoting/host/me2me_desktop_environment.h b/remoting/host/me2me_desktop_environment.h
index f5f31e6fc25d7264b7148c1a3206a73930a7204e..95b3f2273d776e0bab90e318c1b0002945c595b9 100644
--- a/remoting/host/me2me_desktop_environment.h
+++ b/remoting/host/me2me_desktop_environment.h
@@ -20,10 +20,10 @@ class Me2MeDesktopEnvironment : public BasicDesktopEnvironment {
virtual ~Me2MeDesktopEnvironment();
// DesktopEnvironment interface.
- virtual scoped_ptr<ScreenControls> CreateScreenControls() OVERRIDE;
- virtual std::string GetCapabilities() const OVERRIDE;
+ virtual scoped_ptr<ScreenControls> CreateScreenControls() override;
+ virtual std::string GetCapabilities() const override;
virtual scoped_ptr<GnubbyAuthHandler> CreateGnubbyAuthHandler(
- protocol::ClientStub* client_stub) OVERRIDE;
+ protocol::ClientStub* client_stub) override;
protected:
friend class Me2MeDesktopEnvironmentFactory;
@@ -68,9 +68,9 @@ class Me2MeDesktopEnvironmentFactory : public BasicDesktopEnvironmentFactory {
// DesktopEnvironmentFactory interface.
virtual scoped_ptr<DesktopEnvironment> Create(
- base::WeakPtr<ClientSessionControl> client_session_control) OVERRIDE;
- virtual void SetEnableCurtaining(bool enable) OVERRIDE;
- virtual void SetEnableGnubbyAuth(bool enable) OVERRIDE;
+ base::WeakPtr<ClientSessionControl> client_session_control) override;
+ virtual void SetEnableCurtaining(bool enable) override;
+ virtual void SetEnableGnubbyAuth(bool enable) override;
protected:
bool curtain_enabled() const { return curtain_enabled_; }
« no previous file with comments | « remoting/host/local_input_monitor_unittest.cc ('k') | remoting/host/mouse_clamping_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698