| Index: remoting/protocol/pseudotcp_adapter.h
|
| diff --git a/remoting/protocol/pseudotcp_adapter.h b/remoting/protocol/pseudotcp_adapter.h
|
| index 7a033a045da952f954740129ed75b96114729f57..855e00453a1b8186811420b2b351a4f7a855197d 100644
|
| --- a/remoting/protocol/pseudotcp_adapter.h
|
| +++ b/remoting/protocol/pseudotcp_adapter.h
|
| @@ -73,7 +73,7 @@ class PseudoTcpAdapter : public P2PStreamSocket, base::NonThreadSafe {
|
|
|
| scoped_refptr<Core> core_;
|
|
|
| - net::BoundNetLog net_log_;
|
| + net::NetLogWithSource net_log_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(PseudoTcpAdapter);
|
| };
|
|
|