| Index: chromecast/browser/url_request_context_factory.cc
|
| diff --git a/chromecast/browser/url_request_context_factory.cc b/chromecast/browser/url_request_context_factory.cc
|
| index 75852d84a411ea257bbdf0d059c01ca73b815bc1..7828b38235579b2cbd171b00f1399ca7994b51e3 100644
|
| --- a/chromecast/browser/url_request_context_factory.cc
|
| +++ b/chromecast/browser/url_request_context_factory.cc
|
| @@ -16,11 +16,11 @@
|
| #include "chromecast/browser/cast_browser_process.h"
|
| #include "chromecast/browser/cast_http_user_agent_settings.h"
|
| #include "chromecast/browser/cast_network_delegate.h"
|
| +#include "components/network_session_configurator/common/network_switches.h"
|
| #include "components/proxy_config/pref_proxy_config_tracker_impl.h"
|
| #include "content/public/browser/browser_context.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "content/public/browser/cookie_store_factory.h"
|
| -#include "content/public/common/content_switches.h"
|
| #include "content/public/common/url_constants.h"
|
| #include "net/cert/cert_verifier.h"
|
| #include "net/cert/ct_policy_enforcer.h"
|
|
|