| Index: jingle/notifier/base/chrome_async_socket.h
|
| diff --git a/jingle/notifier/base/chrome_async_socket.h b/jingle/notifier/base/chrome_async_socket.h
|
| index add9f72b7f42868002bef0d3ca7337d971418146..a8a97f5ce72634241e68da46fa2160d431a90803 100644
|
| --- a/jingle/notifier/base/chrome_async_socket.h
|
| +++ b/jingle/notifier/base/chrome_async_socket.h
|
| @@ -24,8 +24,8 @@
|
| #include "talk/xmpp/asyncsocket.h"
|
|
|
| namespace net {
|
| -class ClientSocket;
|
| class IOBufferWithSize;
|
| +class StreamSocket;
|
| } // namespace net
|
|
|
| namespace notifier {
|
| @@ -199,7 +199,7 @@ class ChromeAsyncSocket : public buzz::AsyncSocket {
|
| // NULL iff state() == STATE_CLOSED.
|
| //
|
| // TODO(akalin): Use ClientSocketPool.
|
| - scoped_ptr<net::ClientSocket> transport_socket_;
|
| + scoped_ptr<net::StreamSocket> transport_socket_;
|
|
|
| // State for the read loop. |read_start_| <= |read_end_| <=
|
| // |read_buf_->size()|. There's a read in flight (i.e.,
|
|
|