| Index: remoting/protocol/stream_channel_factory.h
|
| diff --git a/remoting/protocol/stream_channel_factory.h b/remoting/protocol/stream_channel_factory.h
|
| index 6dc016881b58ad0e33afcb0ce81e63c2bee69c04..cbfef254fe915c7df3104ebd28ad8d5911593913 100644
|
| --- a/remoting/protocol/stream_channel_factory.h
|
| +++ b/remoting/protocol/stream_channel_factory.h
|
| @@ -11,19 +11,16 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/threading/non_thread_safe.h"
|
|
|
| -namespace net {
|
| -class Socket;
|
| -class StreamSocket;
|
| -} // namespace net
|
| -
|
| namespace remoting {
|
| namespace protocol {
|
|
|
| +class P2PStreamSocket;
|
| +
|
| class StreamChannelFactory : public base::NonThreadSafe {
|
| public:
|
| // TODO(sergeyu): Specify connection error code when channel
|
| // connection fails.
|
| - typedef base::Callback<void(scoped_ptr<net::StreamSocket>)>
|
| + typedef base::Callback<void(scoped_ptr<P2PStreamSocket>)>
|
| ChannelCreatedCallback;
|
|
|
| StreamChannelFactory() {}
|
|
|