| Index: net/http/http_network_session.cc
|
| diff --git a/net/http/http_network_session.cc b/net/http/http_network_session.cc
|
| index 55f2b63c43e2260e433e8bb649a16f8bd48db7f0..f6eee4d19c5b009725897f070ccb7ef0fcf07d65 100644
|
| --- a/net/http/http_network_session.cc
|
| +++ b/net/http/http_network_session.cc
|
| @@ -21,11 +21,11 @@
|
| #include "net/http/url_security_manager.h"
|
| #include "net/proxy/proxy_service.h"
|
| #include "net/quic/chromium/quic_stream_factory.h"
|
| -#include "net/quic/crypto/quic_random.h"
|
| -#include "net/quic/quic_clock.h"
|
| -#include "net/quic/quic_crypto_client_stream_factory.h"
|
| -#include "net/quic/quic_protocol.h"
|
| -#include "net/quic/quic_utils.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_protocol.h"
|
| +#include "net/quic/core/quic_utils.h"
|
| #include "net/socket/client_socket_factory.h"
|
| #include "net/socket/client_socket_pool_manager_impl.h"
|
| #include "net/socket/next_proto.h"
|
|
|