| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate_unittest.cc
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate_unittest.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate_unittest.cc
|
| index 5477d03b89c02c1891ab821b69b5779498f6cf28..fd0e7641a872828b7bffa2a90ad3fd7711157cfc 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate_unittest.cc
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate_unittest.cc
|
| @@ -451,8 +451,7 @@ class TestLoFiUIService : public LoFiUIService {
|
| TestLoFiUIService() {}
|
| ~TestLoFiUIService() override {}
|
|
|
| - void OnLoFiReponseReceived(const net::URLRequest& request,
|
| - bool is_preview) override {}
|
| + void OnLoFiReponseReceived(const net::URLRequest& request) override {}
|
| };
|
|
|
| class DataReductionProxyDelegateTest : public testing::Test {
|
|
|