| Index: remoting/host/host_window_proxy.h
|
| diff --git a/remoting/host/host_window_proxy.h b/remoting/host/host_window_proxy.h
|
| index da6add8d273796f50620856942292ce3c96ee014..8c4828e59a6ab9722e55ebab62881c2c5fe2a888 100644
|
| --- a/remoting/host/host_window_proxy.h
|
| +++ b/remoting/host/host_window_proxy.h
|
| @@ -29,7 +29,7 @@ class HostWindowProxy : public HostWindow {
|
| // HostWindow overrides.
|
| virtual void Start(
|
| const base::WeakPtr<ClientSessionControl>& client_session_control)
|
| - OVERRIDE;
|
| + override;
|
|
|
| private:
|
| // All thread switching logic is implemented in the ref-counted |Core| class.
|
|
|