Index: net/socket/transport_client_socket_pool.h |
diff --git a/net/socket/transport_client_socket_pool.h b/net/socket/transport_client_socket_pool.h |
index 66f707b431b99c47190803da76c16b4e9b2bc1bc..fd5fdd796c639992afc88dcaba793ac97a337f28 100644 |
--- a/net/socket/transport_client_socket_pool.h |
+++ b/net/socket/transport_client_socket_pool.h |
@@ -22,6 +22,8 @@ namespace net { |
class ClientSocketFactory; |
class SocketPerformanceWatcherFactory; |
+class NetLog; |
+class NetLogWithSource; |
typedef base::Callback<int(const AddressList&, const NetLogWithSource& net_log)> |
OnHostResolutionCallback; |