| Index: net/http/http_network_transaction.h
|
| diff --git a/net/http/http_network_transaction.h b/net/http/http_network_transaction.h
|
| index 47f7d913a4f9b0a9ba196cec5d7d2e2c59e12a7e..87ce691117a2aeb4410f900a681634c56481eeea 100644
|
| --- a/net/http/http_network_transaction.h
|
| +++ b/net/http/http_network_transaction.h
|
| @@ -14,13 +14,13 @@
|
| #include "base/time.h"
|
| #include "net/base/net_log.h"
|
| #include "net/base/request_priority.h"
|
| -#include "net/base/ssl_config_service.h"
|
| #include "net/http/http_auth.h"
|
| #include "net/http/http_request_headers.h"
|
| #include "net/http/http_response_info.h"
|
| #include "net/http/http_stream_factory.h"
|
| #include "net/http/http_transaction.h"
|
| #include "net/proxy/proxy_service.h"
|
| +#include "net/ssl/ssl_config_service.h"
|
|
|
| namespace net {
|
|
|
|
|