| Index: remoting/protocol/protobuf_video_writer.h
|
| diff --git a/remoting/protocol/protobuf_video_writer.h b/remoting/protocol/protobuf_video_writer.h
|
| index a5bb4fce296c1b4f2f67053d7b8d16af743e2773..5c69c61849182623c4175c0a409656d22048f108 100644
|
| --- a/remoting/protocol/protobuf_video_writer.h
|
| +++ b/remoting/protocol/protobuf_video_writer.h
|
| @@ -38,7 +38,7 @@ class ProtobufVideoWriter : public VideoWriter {
|
| virtual int GetPendingPackets() OVERRIDE;
|
|
|
| private:
|
| - void OnChannelReady(const std::string& name, net::StreamSocket* socket);
|
| + void OnChannelReady(net::StreamSocket* socket);
|
|
|
| InitializedCallback initialized_callback_;
|
|
|
|
|