Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats_unittest.cc |
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats_unittest.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats_unittest.cc |
index fd614a6d52add1898990dbf6da97e44beb71f3fb..49fd8d78cec69c7396d182050b6eac8aa36e5486 100644 |
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats_unittest.cc |
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats_unittest.cc |
@@ -486,7 +486,7 @@ TEST_F(DataReductionProxyBypassStatsTest, SuccessfulRequestCompletion) { |
} |
if (test.is_main_frame) { |
fake_request->SetLoadFlags(fake_request->load_flags() | |
- net::LOAD_MAIN_FRAME); |
+ net::LOAD_MAIN_FRAME_DEPRECATED); |
} |
if (test.net_error != net::OK) |