| Index: remoting/protocol/host_event_dispatcher.h
|
| diff --git a/remoting/protocol/host_event_dispatcher.h b/remoting/protocol/host_event_dispatcher.h
|
| index e5d1a46313aa8319829dba96028002f61286f583..d7afc39db4cc8c2403e55953925f46a2a7b954be 100644
|
| --- a/remoting/protocol/host_event_dispatcher.h
|
| +++ b/remoting/protocol/host_event_dispatcher.h
|
| @@ -36,7 +36,7 @@ class HostEventDispatcher : public ChannelDispatcherBase {
|
|
|
| protected:
|
| // ChannelDispatcherBase overrides.
|
| - virtual void OnInitialized() OVERRIDE;
|
| + virtual void OnInitialized() override;
|
|
|
| private:
|
| void OnMessageReceived(scoped_ptr<EventMessage> message,
|
|
|