| 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 cc1930ec0b10df4aa3ba571a4bb67a2501c51284..bf1345e3a5c383b78579e9f1cc648484e46fd22c 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
|
| @@ -130,6 +130,7 @@ class DataReductionProxyBypassStatsTest : public testing::Test {
|
| }
|
|
|
| private:
|
| + base::MessageLoopForIO message_loop_;
|
| net::TestURLRequestContext context_;
|
| net::TestDelegate delegate_;
|
| scoped_ptr<net::URLRequest> mock_url_request_;
|
| @@ -704,6 +705,7 @@ class DataReductionProxyBypassStatsEndToEndTest : public testing::Test {
|
| }
|
|
|
| private:
|
| + base::MessageLoopForIO message_loop_;
|
| net::TestDelegate delegate_;
|
| net::MockClientSocketFactory mock_socket_factory_;
|
| net::TestURLRequestContext context_;
|
|
|