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

Unified Diff: remoting/host/setup/daemon_controller_delegate_linux.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/sas_injector_win.cc ('k') | remoting/host/setup/daemon_controller_delegate_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/setup/daemon_controller_delegate_linux.h
diff --git a/remoting/host/setup/daemon_controller_delegate_linux.h b/remoting/host/setup/daemon_controller_delegate_linux.h
index d16ec0cb8614571ead2d698b410637ece3129bcb..145318ccbecebf16c1a80af14b074efcd0e84bdd 100644
--- a/remoting/host/setup/daemon_controller_delegate_linux.h
+++ b/remoting/host/setup/daemon_controller_delegate_linux.h
@@ -16,21 +16,21 @@ class DaemonControllerDelegateLinux : public DaemonController::Delegate {
virtual ~DaemonControllerDelegateLinux();
// 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:
DISALLOW_COPY_AND_ASSIGN(DaemonControllerDelegateLinux);
« no previous file with comments | « remoting/host/sas_injector_win.cc ('k') | remoting/host/setup/daemon_controller_delegate_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698