| Index: net/socket/client_socket_factory.h
|
| diff --git a/net/socket/client_socket_factory.h b/net/socket/client_socket_factory.h
|
| index 668f39e30327661da2595f6e6c5a95b8e290b272..be12df748788bebe51bde0d4c0f70629c2085293 100644
|
| --- a/net/socket/client_socket_factory.h
|
| +++ b/net/socket/client_socket_factory.h
|
| @@ -10,6 +10,7 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "net/base/net_export.h"
|
| #include "net/base/rand_callback.h"
|
| +#include "net/base/socket_performance_watcher.h"
|
| #include "net/log/net_log.h"
|
| #include "net/udp/datagram_socket.h"
|
|
|
| @@ -40,6 +41,7 @@ class NET_EXPORT ClientSocketFactory {
|
|
|
| virtual scoped_ptr<StreamSocket> CreateTransportClientSocket(
|
| const AddressList& addresses,
|
| + scoped_ptr<SocketPerformanceWatcher> socket_performance_watcher,
|
| NetLog* net_log,
|
| const NetLog::Source& source) = 0;
|
|
|
|
|