| Index: remoting/protocol/host_video_dispatcher.h
|
| diff --git a/remoting/protocol/host_video_dispatcher.h b/remoting/protocol/host_video_dispatcher.h
|
| index 47eb7f90c973c35a6334f6058124fb5ed4b42d2f..323ddb76bfef39722c6d8e5201fcaac29c7328e7 100644
|
| --- a/remoting/protocol/host_video_dispatcher.h
|
| +++ b/remoting/protocol/host_video_dispatcher.h
|
| @@ -31,7 +31,7 @@ class HostVideoDispatcher : public ChannelDispatcherBase, public VideoStub {
|
| const base::Closure& done) override;
|
|
|
| private:
|
| - void OnVideoAck(scoped_ptr<VideoAck> ack, const base::Closure& done);
|
| + void OnVideoAck(scoped_ptr<VideoAck> ack);
|
|
|
| ProtobufMessageParser<VideoAck> parser_;
|
|
|
|
|