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..f4df0b669fc253134d1c9c9c1cf570d662f6ed6f 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 |
@@ -21,12 +21,14 @@ class DataReductionProxyIOData; |
namespace net { |
class NetLog; |
+class URLRequestContextGetter; |
} |
// Constructs DataReductionProxyIOData suitable for use by ProfileImpl and |
// 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, |