| Index: remoting/test/fake_socket_factory.h
|
| diff --git a/remoting/test/fake_socket_factory.h b/remoting/test/fake_socket_factory.h
|
| index c49198ff683813e3f9460eff770b06e083ef20ac..8a014567bdf03d6d357d4208d02ea145b1c13930 100644
|
| --- a/remoting/test/fake_socket_factory.h
|
| +++ b/remoting/test/fake_socket_factory.h
|
| @@ -86,6 +86,7 @@ class FakePacketSocketFactory : public rtc::PacketSocketFactory,
|
| const rtc::SocketAddress& to,
|
| const scoped_refptr<net::IOBuffer>& data,
|
| int data_size);
|
| + PendingPacket(const PendingPacket& other);
|
| ~PendingPacket();
|
|
|
| rtc::SocketAddress from;
|
|
|