Index: remoting/protocol/protobuf_video_reader.h |
diff --git a/remoting/protocol/protobuf_video_reader.h b/remoting/protocol/protobuf_video_reader.h |
index a8d646c6a999137eb38931a7620a14bdeda5d328..29dd5df4d1c613239110da5f7f6f7ac22374a256 100644 |
--- a/remoting/protocol/protobuf_video_reader.h |
+++ b/remoting/protocol/protobuf_video_reader.h |
@@ -31,7 +31,7 @@ class ProtobufVideoReader : public VideoReader { |
private: |
void OnChannelReady(net::StreamSocket* socket); |
- void OnNewData(VideoPacket* packet, Task* done_task); |
+ void OnNewData(VideoPacket* packet, const base::Closure& done_task); |
InitializedCallback initialized_callback_; |