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 c19584ec22dadb5ece5f15f4559b33911abe10c8..4a6becb3ff0c567fe626c9a745dd38e97b6f5500 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 |
@@ -193,8 +193,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 { |