Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol_unittest.cc |
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol_unittest.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol_unittest.cc |
index 2dd5da25802fedefa04f410b363fad746d0ab997..e38a603a49c867a91959612863f508aa156f0423 100644 |
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol_unittest.cc |
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol_unittest.cc |
@@ -85,9 +85,9 @@ class DataReductionProxyProtocolTest : public testing::Test { |
} |
void SetUp() override { |
+ net::NetworkChangeNotifier::SetTestNotificationsOnly(true); |
test_context_ = DataReductionProxyTestContext::Builder().Build(); |
network_change_notifier_.reset(net::NetworkChangeNotifier::CreateMock()); |
- net::NetworkChangeNotifier::SetTestNotificationsOnly(true); |
test_context_->RunUntilIdle(); |
} |