| Index: remoting/jingle_glue/ssl_socket_adapter.h
|
| diff --git a/remoting/jingle_glue/ssl_socket_adapter.h b/remoting/jingle_glue/ssl_socket_adapter.h
|
| index 2843bdaee1a554ba75f31de67e8f878f089f57ba..6c80b26d9962208ad68211ce5611d60130cb0829 100644
|
| --- a/remoting/jingle_glue/ssl_socket_adapter.h
|
| +++ b/remoting/jingle_glue/ssl_socket_adapter.h
|
| @@ -42,7 +42,7 @@ class TransportSocket : public net::ClientSocket, public sigslot::has_slots<> {
|
| virtual bool IsConnected() const;
|
| virtual bool IsConnectedAndIdle() const;
|
| virtual int GetPeerAddress(net::AddressList* address) const;
|
| - virtual const net::BoundNetLog& NetLog() const { return net_log_; }
|
| + virtual const net::BoundNetLog& NetLog() const;
|
| virtual void SetSubresourceSpeculation();
|
| virtual void SetOmniboxSpeculation();
|
| virtual bool WasEverUsed() const;
|
|
|