| Index: remoting/host/win/worker_process_launcher.h
|
| diff --git a/remoting/host/win/worker_process_launcher.h b/remoting/host/win/worker_process_launcher.h
|
| index 03fd45b157154c9997fae51970c3decac2b87f67..a61b75558f18f89c0922e65fc5c0549641223b3d 100644
|
| --- a/remoting/host/win/worker_process_launcher.h
|
| +++ b/remoting/host/win/worker_process_launcher.h
|
| @@ -102,7 +102,7 @@ class WorkerProcessLauncher
|
|
|
| // base::win::ObjectWatcher::Delegate implementation used to watch for
|
| // the worker process exiting.
|
| - virtual void OnObjectSignaled(HANDLE object) OVERRIDE;
|
| + virtual void OnObjectSignaled(HANDLE object) override;
|
|
|
| // Returns true when the object is being destroyed.
|
| bool stopping() const { return ipc_handler_ == NULL; }
|
|
|