| Index: chrome/browser/sync/notifier/communicator/ssl_socket_adapter.h
|
| diff --git a/chrome/browser/sync/notifier/communicator/ssl_socket_adapter.h b/chrome/browser/sync/notifier/communicator/ssl_socket_adapter.h
|
| index ab2fcf53aedb6f18ea89cea9203344233aa55a28..64d611239789946d356bfcbf9c33823f6c098cfe 100755
|
| --- a/chrome/browser/sync/notifier/communicator/ssl_socket_adapter.h
|
| +++ b/chrome/browser/sync/notifier/communicator/ssl_socket_adapter.h
|
| @@ -13,6 +13,10 @@
|
| #include "net/socket/ssl_client_socket.h"
|
| #include "talk/base/asyncsocket.h"
|
|
|
| +namespace net {
|
| +class LoadLog;
|
| +} // namespace net
|
| +
|
| namespace notifier {
|
|
|
| class SSLSocketAdapter;
|
| @@ -32,7 +36,8 @@ class TransportSocket : public net::ClientSocket, public sigslot::has_slots<> {
|
|
|
| // net::ClientSocket implementation
|
|
|
| - virtual int Connect(net::CompletionCallback* callback);
|
| + virtual int Connect(net::CompletionCallback* callback,
|
| + net::LoadLog* /* load_log */);
|
| virtual void Disconnect();
|
| virtual bool IsConnected() const;
|
| virtual bool IsConnectedAndIdle() const;
|
|
|