Chromium Code Reviews| 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 350992c245c25f576ce7e0473869523157841b19..47e2af639c5a0c010e8d280249131fa576218f44 100644 |
| --- a/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings.h |
| +++ b/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings.h |
| @@ -5,6 +5,7 @@ |
| #ifndef CHROME_BROWSER_NET_SPDYPROXY_DATA_REDUCTION_PROXY_CHROME_SETTINGS_H_ |
| #define CHROME_BROWSER_NET_SPDYPROXY_DATA_REDUCTION_PROXY_CHROME_SETTINGS_H_ |
| +#include "base/files/file_path.h" |
|
jeremyim
2015/06/30 01:59:18
remove include, forward declare base::FilePath
Not at Google. Contact bengr
2015/07/01 17:13:48
Done.
|
| #include "components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options.h" |
| #include "components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.h" |
| #include "components/keyed_service/core/keyed_service.h" |
| @@ -61,7 +62,9 @@ class DataReductionProxyChromeSettings |
| data_reduction_proxy::DataReductionProxyIOData* io_data, |
| PrefService* profile_prefs, |
| net::URLRequestContextGetter* request_context_getter, |
| - const scoped_refptr<base::SingleThreadTaskRunner>& ui_task_runner); |
| + const base::FilePath& profile_path, |
| + const scoped_refptr<base::SingleThreadTaskRunner>& ui_task_runner, |
| + const scoped_refptr<base::SingleThreadTaskRunner>& db_task_runner); |
| // Gets the client type for the data reduction proxy. |
| static data_reduction_proxy::Client GetClient(); |