Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data_unittest.cc |
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data_unittest.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data_unittest.cc |
index f0438b0db0101c325b58a6d5fdc22453c9621533..c9c92e10352b0758259b5eef56dd7abd77fd60be 100644 |
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data_unittest.cc |
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data_unittest.cc |
@@ -114,7 +114,7 @@ TEST_F(DataReductionProxyIODataTest, TestConstruction) { |
base::Bind(&DataReductionProxyIODataTest::RequestCallback, |
base::Unretained(this)), nullptr); |
EXPECT_EQ(1, wrapped_network_delegate->created_requests()); |
- EXPECT_EQ(nullptr, io_data->bypass_stats()); |
+ EXPECT_NE(nullptr, io_data->bypass_stats()); |
// Creating a second delegate with bypass statistics tracking should result |
// in usage stats being created. |