Chromium Code Reviews| Index: chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_io_data.h |
| diff --git a/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_io_data.h b/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_io_data.h |
| index d39c0a13da77332228f31cd5ca6b7eb328fde9a8..c5040080923b0de25faecb264f044278b30f8e41 100644 |
| --- a/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_io_data.h |
| +++ b/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_io_data.h |
| @@ -7,6 +7,7 @@ |
| #include "base/memory/ref_counted.h" |
| #include "base/memory/scoped_ptr.h" |
| +#include "net/url_request/url_request_context_getter.h" |
|
sclittle
2015/04/02 00:06:58
Could this just be a forward declaration instead?
tbansal1
2015/04/02 23:21:18
Done.
|
| class DataReductionProxyChromeConfigurator; |
| class PrefService; |
| @@ -27,6 +28,7 @@ class NetLog; |
| // ProfileImplIOData. |
| scoped_ptr<data_reduction_proxy::DataReductionProxyIOData> |
| CreateDataReductionProxyChromeIOData( |
| + net::URLRequestContextGetter* request_context_getter, |
| net::NetLog* net_log, |
| PrefService* prefs, |
| const scoped_refptr<base::SingleThreadTaskRunner>& io_thread_runner, |