| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_config_unittest.cc
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_unittest.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_unittest.cc
|
| index 1b9c9d9c2c34992e283a4353a48f9e4d5caafdb8..840cbd64ff098c119dfe024e159b5259f9abeac5 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_unittest.cc
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_unittest.cc
|
| @@ -176,6 +176,7 @@ class DataReductionProxyConfigTest : public testing::Test {
|
| }
|
|
|
| private:
|
| + base::MessageLoopForIO message_loop_;
|
| scoped_ptr<DataReductionProxyTestContext> test_context_;
|
| scoped_ptr<TestDataReductionProxyParams> expected_params_;
|
| };
|
|
|