| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.h
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.h
|
| index 81a89849865c6b1be6395495a87143aaeb87a875..004a3a5f2be0b8d021b397197829febaf91f2e53 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.h
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.h
|
| @@ -99,7 +99,9 @@ class TestDataReductionProxyConfigServiceClient
|
| scoped_ptr<DataReductionProxyParams> params,
|
| DataReductionProxyRequestOptions* request_options,
|
| DataReductionProxyMutableConfigValues* config_values,
|
| - DataReductionProxyConfig* config);
|
| + DataReductionProxyConfig* config,
|
| + DataReductionProxyEventCreator* event_creator,
|
| + net::NetLog* net_log);
|
|
|
| ~TestDataReductionProxyConfigServiceClient() override;
|
|
|
|
|