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 a425d864d5184e7cb1226ab3b92eddbe2c3ba4a6..0f276ff71a5a19344e08a461acca5ed8306011fb 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 |
@@ -28,7 +28,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); |
virtual ~ContentDataReductionProxyDebugUIService(); |
// Virtual for testing. |