| Index: remoting/protocol/host_video_dispatcher.h
 | 
| diff --git a/remoting/protocol/host_video_dispatcher.h b/remoting/protocol/host_video_dispatcher.h
 | 
| index 36b9c69fbb9909e2cea6f5a2c8d07ca5e56c80c0..c1a957397c0ab6a018f12b8414df98a84b55bc9d 100644
 | 
| --- a/remoting/protocol/host_video_dispatcher.h
 | 
| +++ b/remoting/protocol/host_video_dispatcher.h
 | 
| @@ -24,13 +24,7 @@ class HostVideoDispatcher : public ChannelDispatcherBase, public VideoStub {
 | 
|    void ProcessVideoPacket(scoped_ptr<VideoPacket> packet,
 | 
|                            const base::Closure& done) override;
 | 
|  
 | 
| - protected:
 | 
| -  // ChannelDispatcherBase overrides.
 | 
| -  void OnInitialized() override;
 | 
| -
 | 
|   private:
 | 
| -  BufferedSocketWriter writer_;
 | 
| -
 | 
|    DISALLOW_COPY_AND_ASSIGN(HostVideoDispatcher);
 | 
|  };
 | 
|  
 | 
| 
 |