| Index: net/http/http_stream_factory_impl_job.h
|
| diff --git a/net/http/http_stream_factory_impl_job.h b/net/http/http_stream_factory_impl_job.h
|
| index 5344b3869620a04cca14f390cf990280701cbf57..20d28b0958d4c3598ae0b6cb9709dd6479692f94 100644
|
| --- a/net/http/http_stream_factory_impl_job.h
|
| +++ b/net/http/http_stream_factory_impl_job.h
|
| @@ -10,7 +10,6 @@
|
| #include "base/memory/weak_ptr.h"
|
| #include "net/base/completion_callback.h"
|
| #include "net/base/net_log.h"
|
| -#include "net/base/ssl_config_service.h"
|
| #include "net/http/http_auth.h"
|
| #include "net/http/http_auth_controller.h"
|
| #include "net/http/http_pipelined_host.h"
|
| @@ -20,6 +19,7 @@
|
| #include "net/quic/quic_stream_factory.h"
|
| #include "net/socket/client_socket_handle.h"
|
| #include "net/socket/ssl_client_socket.h"
|
| +#include "net/ssl/ssl_config_service.h"
|
|
|
| namespace net {
|
|
|
|
|