Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate_unittest.cc |
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate_unittest.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate_unittest.cc |
index f88505afa47bef158a1365eb16f425cb409c58e4..d3b534f1097e07ff7b967b9cd796d25906cddabb 100644 |
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate_unittest.cc |
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate_unittest.cc |
@@ -107,7 +107,7 @@ class DataReductionProxyNetworkDelegateTest : public testing::Test { |
const std::string& raw_response_headers, |
int64 response_content_length) { |
scoped_ptr<net::URLRequest> request = context_.CreateRequest( |
- url, net::IDLE, &delegate_, NULL); |
+ url, net::IDLE, &delegate_); |
// Create a test job that will fill in the given response headers for the |
// |fake_request|. |