| Index: content/network/network_context.cc
|
| diff --git a/content/network/network_context.cc b/content/network/network_context.cc
|
| index 4eeab3b0bef66294a4da21b292fa3f0ace123aeb..4cafa634ace7564c80721e54d6b117983fb6a952 100644
|
| --- a/content/network/network_context.cc
|
| +++ b/content/network/network_context.cc
|
| @@ -14,6 +14,7 @@
|
| #include "content/public/common/content_switches.h"
|
| #include "net/dns/host_resolver.h"
|
| #include "net/dns/mapped_host_resolver.h"
|
| +#include "net/http/http_network_session.h"
|
| #include "net/proxy/proxy_config.h"
|
| #include "net/proxy/proxy_config_service_fixed.h"
|
| #include "net/url_request/url_request_context.h"
|
| @@ -25,7 +26,7 @@ namespace {
|
|
|
| std::unique_ptr<net::URLRequestContext> MakeURLRequestContext() {
|
| net::URLRequestContextBuilder builder;
|
| - net::URLRequestContextBuilder::HttpNetworkSessionParams params;
|
| + net::HttpNetworkSession::Params params;
|
| const base::CommandLine* command_line =
|
| base::CommandLine::ForCurrentProcess();
|
| if (command_line->HasSwitch(switches::kIgnoreCertificateErrors))
|
|
|