| Index: components/data_reduction_proxy/content/browser/content_data_reduction_proxy_debug_ui_service.h
|
| diff --git a/components/data_reduction_proxy/content/browser/content_data_reduction_proxy_debug_ui_service.h b/components/data_reduction_proxy/content/browser/content_data_reduction_proxy_debug_ui_service.h
|
| index 4a6275dcc7ccd1706f3127e95bcb0a36fcf10d02..1e162214d6400769669ae2688da620ae780bcbc6 100644
|
| --- a/components/data_reduction_proxy/content/browser/content_data_reduction_proxy_debug_ui_service.h
|
| +++ b/components/data_reduction_proxy/content/browser/content_data_reduction_proxy_debug_ui_service.h
|
| @@ -35,7 +35,8 @@ class ContentDataReductionProxyDebugUIService
|
| ContentDataReductionProxyDebugUIService(
|
| const DataReductionProxyNetworkDelegate::ProxyConfigGetter& getter,
|
| const scoped_refptr<base::SingleThreadTaskRunner>& ui_task_runner,
|
| - const scoped_refptr<base::SingleThreadTaskRunner>& io_task_runner);
|
| + const scoped_refptr<base::SingleThreadTaskRunner>& io_task_runner,
|
| + const std::string& app_locale);
|
|
|
| ~ContentDataReductionProxyDebugUIService() override;
|
|
|
|
|