| Index: chrome/browser/sync/notifier/communicator/ssl_socket_adapter.h
|
| ===================================================================
|
| --- chrome/browser/sync/notifier/communicator/ssl_socket_adapter.h (revision 41560)
|
| +++ chrome/browser/sync/notifier/communicator/ssl_socket_adapter.h (working copy)
|
| @@ -15,7 +15,7 @@
|
| #include "talk/base/ssladapter.h"
|
|
|
| namespace net {
|
| -class LoadLog;
|
| +class BoundNetLog;
|
| } // namespace net
|
|
|
| namespace notifier {
|
| @@ -38,7 +38,7 @@
|
| // net::ClientSocket implementation
|
|
|
| virtual int Connect(net::CompletionCallback* callback,
|
| - net::LoadLog* /* load_log */);
|
| + const net::BoundNetLog& /* net_log */);
|
| virtual void Disconnect();
|
| virtual bool IsConnected() const;
|
| virtual bool IsConnectedAndIdle() const;
|
|
|