| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate_unittest.cc
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate_unittest.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate_unittest.cc
|
| index c96c862bb97e3e5d5ef302e122aed13b524fc410..b35c4011c15344a2153e12b8e08238e7a21d221f 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate_unittest.cc
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate_unittest.cc
|
| @@ -147,6 +147,7 @@ class DataReductionProxyNetworkDelegateTest : public testing::Test {
|
| data_reduction_proxy_network_delegate_;
|
|
|
| private:
|
| + base::MessageLoopForIO message_loop_;
|
| net::TestURLRequestContext context_;
|
| net::TestDelegate delegate_;
|
| // |test_job_interceptor_| is owned by |test_job_factory_|.
|
|
|