Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_interceptor_unittest.cc |
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_interceptor_unittest.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_interceptor_unittest.cc |
index b4189e233c7933b24aace2cac657f1774b03dacd..a7e2965cd9652b3c9e0d5cf24936256f2c1fb73b 100644 |
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_interceptor_unittest.cc |
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_interceptor_unittest.cc |
@@ -131,6 +131,7 @@ class DataReductionProxyInterceptorTest : public testing::Test { |
default_context_->Init(); |
} |
+ base::MessageLoopForIO message_loop_; |
scoped_ptr<DataReductionProxyTestContext> test_context_; |
net::TestNetworkDelegate default_network_delegate_; |
scoped_ptr<net::URLRequestJobFactory> job_factory_; |
@@ -235,6 +236,7 @@ class DataReductionProxyInterceptorWithServerTest : public testing::Test { |
} |
private: |
+ base::MessageLoopForIO message_loop_; |
net::TestNetLog net_log_; |
net::TestNetworkDelegate network_delegate_; |
net::TestURLRequestContext context_; |
@@ -329,6 +331,7 @@ class DataReductionProxyInterceptorEndToEndTest : public testing::Test { |
} |
private: |
+ base::MessageLoopForIO message_loop_; |
net::TestDelegate delegate_; |
net::MockClientSocketFactory mock_socket_factory_; |
net::TestURLRequestContext context_; |