| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client_unittest.cc
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client_unittest.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client_unittest.cc
|
| index b72ee57469d31ee3652452d0a633a7e6d4f591c6..569293ceb6a74b75afd8c668a863d15fc750e123 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client_unittest.cc
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client_unittest.cc
|
| @@ -105,6 +105,7 @@ class DataReductionProxyConfigServiceClientTest : public testing::Test {
|
| }
|
|
|
| private:
|
| + base::MessageLoopForIO message_loop_;
|
| scoped_ptr<DataReductionProxyTestContext> test_context_;
|
| scoped_ptr<DataReductionProxyRequestOptions> request_options_;
|
| };
|
|
|