| Index: chrome/service/net/service_url_request_context.cc
|
| diff --git a/chrome/service/net/service_url_request_context.cc b/chrome/service/net/service_url_request_context.cc
|
| index 3bb55650bf4cc45c38d0e58bc57d61df1a6b2d05..82cac5936e3a945e13ed1938e5f3bceebdb18ce0 100644
|
| --- a/chrome/service/net/service_url_request_context.cc
|
| +++ b/chrome/service/net/service_url_request_context.cc
|
| @@ -16,7 +16,6 @@
|
| #include "chrome/service/service_process.h"
|
| #include "net/base/cert_verifier.h"
|
| #include "net/base/host_resolver.h"
|
| -#include "net/base/ssl_config_service_defaults.h"
|
| #include "net/cookies/cookie_monster.h"
|
| #include "net/ftp/ftp_network_layer.h"
|
| #include "net/http/http_auth_handler_factory.h"
|
| @@ -25,6 +24,7 @@
|
| #include "net/http/http_server_properties_impl.h"
|
| #include "net/proxy/proxy_config_service.h"
|
| #include "net/proxy/proxy_service.h"
|
| +#include "net/ssl/ssl_config_service_defaults.h"
|
| #include "net/url_request/static_http_user_agent_settings.h"
|
| #include "net/url_request/url_request_throttler_manager.h"
|
|
|
|
|