| Index: components/data_reduction_proxy/content/browser/data_reduction_proxy_message_filter_unittest.cc
|
| diff --git a/components/data_reduction_proxy/content/browser/data_reduction_proxy_message_filter_unittest.cc b/components/data_reduction_proxy/content/browser/data_reduction_proxy_message_filter_unittest.cc
|
| index ab2252b1f46a675d269ef2dca2346d925d8abe43..eef60dbcea1e2c5b363053afad42826977ef479f 100644
|
| --- a/components/data_reduction_proxy/content/browser/data_reduction_proxy_message_filter_unittest.cc
|
| +++ b/components/data_reduction_proxy/content/browser/data_reduction_proxy_message_filter_unittest.cc
|
| @@ -38,6 +38,7 @@ class DataReductionProxyMessageFilterTest : public testing::Test {
|
| }
|
|
|
| private:
|
| + base::MessageLoopForIO message_loop_;
|
| scoped_ptr<DataReductionProxyTestContext> test_context_;
|
| scoped_refptr<DataReductionProxyMessageFilter> message_filter_;
|
| };
|
|
|