| Index: chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings.h
|
| diff --git a/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings.h b/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings.h
|
| index c7dc701617e8dbe7d1b84dbf02828103d949ef80..746b7c054318780d51de1ffdbab7a7a18c4a91a8 100644
|
| --- a/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings.h
|
| +++ b/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings.h
|
| @@ -19,10 +19,6 @@ namespace data_reduction_proxy {
|
| class DataReductionProxyIOData;
|
| }
|
|
|
| -namespace net {
|
| -class URLRequestContextGetter;
|
| -}
|
| -
|
| class PrefService;
|
|
|
| // Data reduction proxy settings class suitable for use with a Chrome browser.
|
| @@ -46,7 +42,6 @@ class DataReductionProxyChromeSettings
|
| void InitDataReductionProxySettings(
|
| data_reduction_proxy::DataReductionProxyIOData* io_data,
|
| PrefService* profile_prefs,
|
| - net::URLRequestContextGetter* request_context_getter,
|
| const scoped_refptr<base::SingleThreadTaskRunner>& ui_task_runner);
|
|
|
| // Gets the client type for the data reduction proxy.
|
|
|