| Index: net/http/http_network_session.cc
|
| diff --git a/net/http/http_network_session.cc b/net/http/http_network_session.cc
|
| index 2c05cd7fd3e5227191bb2f75ff9e9ce406e30caa..cbe28807c501264b4112e13a86b7a87155f5ce9f 100644
|
| --- a/net/http/http_network_session.cc
|
| +++ b/net/http/http_network_session.cc
|
| @@ -24,11 +24,11 @@
|
| #include "net/proxy/proxy_service.h"
|
| #include "net/quic/chromium/quic_stream_factory.h"
|
| #include "net/quic/core/crypto/quic_random.h"
|
| -#include "net/quic/core/quic_clock.h"
|
| #include "net/quic/core/quic_crypto_client_stream_factory.h"
|
| #include "net/quic/core/quic_packets.h"
|
| #include "net/quic/core/quic_tag.h"
|
| #include "net/quic/core/quic_utils.h"
|
| +#include "net/quic/platform/api/quic_clock.h"
|
| #include "net/socket/client_socket_factory.h"
|
| #include "net/socket/client_socket_pool_manager_impl.h"
|
| #include "net/socket/next_proto.h"
|
|
|