| Index: remoting/protocol/protobuf_video_writer.h
|
| diff --git a/remoting/protocol/protobuf_video_writer.h b/remoting/protocol/protobuf_video_writer.h
|
| index 587ceab1c7c8783b840a26b1099ab7049db47b4c..ab353db2a63f1b9e867873a91a111cea63cda2b4 100644
|
| --- a/remoting/protocol/protobuf_video_writer.h
|
| +++ b/remoting/protocol/protobuf_video_writer.h
|
| @@ -38,7 +38,7 @@ class ProtobufVideoWriter : public VideoWriter {
|
|
|
| // VideoStub interface.
|
| virtual void ProcessVideoPacket(const VideoPacket* packet,
|
| - Task* done) OVERRIDE;
|
| + const base::Closure& done) OVERRIDE;
|
| virtual int GetPendingPackets() OVERRIDE;
|
|
|
| private:
|
|
|