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

Unified Diff: remoting/host/setup/daemon_controller_delegate_win.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/setup/daemon_controller_delegate_mac.h ('k') | remoting/host/setup/daemon_installer_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/setup/daemon_controller_delegate_win.h
diff --git a/remoting/host/setup/daemon_controller_delegate_win.h b/remoting/host/setup/daemon_controller_delegate_win.h
index b3dd45b73b8435366a49e2d233dbfdaec34b0b81..9ffafb100e714e5a8d93ebc4f6f0ba649b27db10 100644
--- a/remoting/host/setup/daemon_controller_delegate_win.h
+++ b/remoting/host/setup/daemon_controller_delegate_win.h
@@ -23,21 +23,21 @@ class DaemonControllerDelegateWin : public DaemonController::Delegate {
virtual ~DaemonControllerDelegateWin();
// DaemonController::Delegate interface.
- virtual DaemonController::State GetState() OVERRIDE;
- virtual scoped_ptr<base::DictionaryValue> GetConfig() OVERRIDE;
+ virtual DaemonController::State GetState() override;
+ virtual scoped_ptr<base::DictionaryValue> GetConfig() override;
virtual void InstallHost(
- const DaemonController::CompletionCallback& done) OVERRIDE;
+ const DaemonController::CompletionCallback& done) override;
virtual void SetConfigAndStart(
scoped_ptr<base::DictionaryValue> config,
bool consent,
- const DaemonController::CompletionCallback& done) OVERRIDE;
+ const DaemonController::CompletionCallback& done) override;
virtual void UpdateConfig(
scoped_ptr<base::DictionaryValue> config,
- const DaemonController::CompletionCallback& done) OVERRIDE;
- virtual void Stop(const DaemonController::CompletionCallback& done) OVERRIDE;
- virtual void SetWindow(void* window_handle) OVERRIDE;
- virtual std::string GetVersion() OVERRIDE;
- virtual DaemonController::UsageStatsConsent GetUsageStatsConsent() OVERRIDE;
+ const DaemonController::CompletionCallback& done) override;
+ virtual void Stop(const DaemonController::CompletionCallback& done) override;
+ virtual void SetWindow(void* window_handle) override;
+ virtual std::string GetVersion() override;
+ virtual DaemonController::UsageStatsConsent GetUsageStatsConsent() override;
private:
// Activates an unprivileged instance of the daemon controller and caches it.
« no previous file with comments | « remoting/host/setup/daemon_controller_delegate_mac.h ('k') | remoting/host/setup/daemon_installer_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698