From 6ba372f9f2badd2dfdebb637ae6522b3fe29198a Mon Sep 17 00:00:00 2001 From: Aleksei Kuzmin Date: Wed, 23 Aug 2017 23:37:19 +0300 Subject: [PATCH] Move some of IOThread's command line logic to network_session_configurator. https://codereview.chromium.org/2914893002 --- brightray/browser/url_request_context_getter.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/brightray/browser/url_request_context_getter.cc b/brightray/browser/url_request_context_getter.cc index 09f66fc0d875..4fe09ebf7583 100644 --- a/brightray/browser/url_request_context_getter.cc +++ b/brightray/browser/url_request_context_getter.cc @@ -18,6 +18,7 @@ #include "brightray/browser/net_log.h" #include "brightray/browser/network_delegate.h" #include "brightray/common/switches.h" +#include "components/network_session_configurator/common/network_switches.h" #include "content/public/browser/browser_thread.h" #include "content/public/browser/cookie_store_factory.h" #include "content/public/common/content_switches.h"