| 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 c638bdd8bb0cdd697a256fb95018edaafd6cc669..b985a9f47a2bcf80db73be89682fd181298fdc9b 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
|
| @@ -311,6 +311,7 @@ class DataReductionProxyProtocolTest : public testing::Test {
|
| }
|
|
|
| protected:
|
| + base::MessageLoopForIO message_loop_;
|
| scoped_ptr<net::NetworkChangeNotifier> network_change_notifier_;
|
|
|
| scoped_ptr<net::URLRequestInterceptor> simple_interceptor_;
|
|
|