| Index: remoting/protocol/host_video_dispatcher.h
|
| diff --git a/remoting/protocol/host_video_dispatcher.h b/remoting/protocol/host_video_dispatcher.h
|
| index 3c80166f1ef1e43b82cf69e7902d0e7b3af205aa..9e319c2a24f9a8ff58d623ad2586e7bf331fa953 100644
|
| --- a/remoting/protocol/host_video_dispatcher.h
|
| +++ b/remoting/protocol/host_video_dispatcher.h
|
| @@ -22,11 +22,11 @@ class HostVideoDispatcher : public ChannelDispatcherBase, public VideoStub {
|
|
|
| // VideoStub interface.
|
| virtual void ProcessVideoPacket(scoped_ptr<VideoPacket> packet,
|
| - const base::Closure& done) OVERRIDE;
|
| + const base::Closure& done) override;
|
|
|
| protected:
|
| // ChannelDispatcherBase overrides.
|
| - virtual void OnInitialized() OVERRIDE;
|
| + virtual void OnInitialized() override;
|
|
|
| private:
|
| BufferedSocketWriter writer_;
|
|
|