Index: chrome/browser/net/spdyproxy/data_reduction_proxy_settings_unittest.cc |
diff --git a/chrome/browser/net/spdyproxy/data_reduction_proxy_settings_unittest.cc b/chrome/browser/net/spdyproxy/data_reduction_proxy_settings_unittest.cc |
index 079660631fbca2d7d208a8179e06ad5a6ea11378..25f33d5ad0688cf6cb890663f1c97a276950e20a 100644 |
--- a/chrome/browser/net/spdyproxy/data_reduction_proxy_settings_unittest.cc |
+++ b/chrome/browser/net/spdyproxy/data_reduction_proxy_settings_unittest.cc |
@@ -123,7 +123,9 @@ void DataReductionProxySettingsTestBase::SetProbeResult( |
GURL(test_url), |
settings, |
response, |
- success ? net::HTTP_OK : net::HTTP_INTERNAL_SERVER_ERROR))); |
+ success ? net::HTTP_OK : net::HTTP_INTERNAL_SERVER_ERROR, |
+ success ? net::URLRequestStatus::SUCCESS : |
+ net::URLRequestStatus::FAILED))); |
} |
} |