| Index: remoting/protocol/host_video_dispatcher.h
|
| diff --git a/remoting/protocol/host_video_dispatcher.h b/remoting/protocol/host_video_dispatcher.h
|
| index 8ef87bf603d8f7e7960743de888bafa843521543..3c80166f1ef1e43b82cf69e7902d0e7b3af205aa 100644
|
| --- a/remoting/protocol/host_video_dispatcher.h
|
| +++ b/remoting/protocol/host_video_dispatcher.h
|
| @@ -26,7 +26,7 @@ class HostVideoDispatcher : public ChannelDispatcherBase, public VideoStub {
|
|
|
| protected:
|
| // ChannelDispatcherBase overrides.
|
| - void OnInitialized() OVERRIDE;
|
| + virtual void OnInitialized() OVERRIDE;
|
|
|
| private:
|
| BufferedSocketWriter writer_;
|
|
|