| Index: remoting/host/setup/daemon_installer_win.cc
|
| diff --git a/remoting/host/setup/daemon_installer_win.cc b/remoting/host/setup/daemon_installer_win.cc
|
| index c20d4643a8a6039f6638e0806362350964fd0d6b..39f2986cb7846514b7309d424b84dd41c3a8e878 100644
|
| --- a/remoting/host/setup/daemon_installer_win.cc
|
| +++ b/remoting/host/setup/daemon_installer_win.cc
|
| @@ -70,7 +70,7 @@ class DaemonComInstallerWin : public DaemonInstallerWin {
|
| const CompletionCallback& done);
|
|
|
| // DaemonInstallerWin implementation.
|
| - virtual void Install() OVERRIDE;
|
| + virtual void Install() override;
|
|
|
| private:
|
| // Polls the installation status performing state-specific actions (such as
|
| @@ -95,10 +95,10 @@ class DaemonCommandLineInstallerWin
|
| ~DaemonCommandLineInstallerWin();
|
|
|
| // DaemonInstallerWin implementation.
|
| - virtual void Install() OVERRIDE;
|
| + virtual void Install() override;
|
|
|
| // base::win::ObjectWatcher::Delegate implementation.
|
| - virtual void OnObjectSignaled(HANDLE object) OVERRIDE;
|
| + virtual void OnObjectSignaled(HANDLE object) override;
|
|
|
| private:
|
| // Handle of the launched process.
|
|
|