Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2155)

Unified Diff: components/data_reduction_proxy/core/browser/data_reduction_proxy_configurator.h

Issue 778463002: Wrapped data reduction proxy initialization into its own class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@network-delegate
Patch Set: addressed mmenke, rebased Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_configurator.h
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_configurator.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_configurator.h
index 8c4f5cef019f1af26c864ae20a0d3954855dad0d..3a218dfd996bb0a0de2dd5b324635a7d3a57fc38 100644
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_configurator.h
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_configurator.h
@@ -24,6 +24,10 @@ class ProxyService;
class PrefService;
+namespace net {
+class ProxyConfig;
sclittle 2015/01/14 22:54:46 Remove, since you already #include ProxyConfig
bengr 2015/01/15 00:30:31 Done.
+}
+
namespace data_reduction_proxy {
class DataReductionProxyEventStore;

Powered by Google App Engine
This is Rietveld 408576698