| Index: net/socket/tcp_socket_win.h
|
| diff --git a/net/socket/tcp_socket_win.h b/net/socket/tcp_socket_win.h
|
| index f24ffb801b7fc18abf7ee7fa5e1112aa52ff7811..3acee3aab5bc682037f6e238812951dbc9c0044c 100644
|
| --- a/net/socket/tcp_socket_win.h
|
| +++ b/net/socket/tcp_socket_win.h
|
| @@ -17,6 +17,7 @@
|
| #include "net/base/address_family.h"
|
| #include "net/base/completion_callback.h"
|
| #include "net/base/net_export.h"
|
| +#include "net/base/socket_performance_watcher.h"
|
| #include "net/log/net_log.h"
|
|
|
| namespace net {
|
| @@ -28,7 +29,9 @@ class IPEndPoint;
|
| class NET_EXPORT TCPSocketWin : NON_EXPORTED_BASE(public base::NonThreadSafe),
|
| public base::win::ObjectWatcher::Delegate {
|
| public:
|
| - TCPSocketWin(NetLog* net_log, const NetLog::Source& source);
|
| + TCPSocketWin(scoped_ptr<SocketPerformanceWatcher> socket_performance_watcher,
|
| + NetLog* net_log,
|
| + const NetLog::Source& source);
|
| ~TCPSocketWin() override;
|
|
|
| int Open(AddressFamily family);
|
|
|