| Index: chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings_unittest.cc
|
| diff --git a/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings_unittest.cc b/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings_unittest.cc
|
| index 9d0d21343b5b0c9d7d3614cefc3819e480a0ee5c..c9de4084b69156078e759fa7b7604520d3da12b7 100644
|
| --- a/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings_unittest.cc
|
| +++ b/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings_unittest.cc
|
| @@ -48,6 +48,7 @@ class DataReductionProxyChromeSettingsTest : public testing::Test {
|
| registry->RegisterDictionaryPref(prefs::kProxy);
|
| }
|
|
|
| + base::MessageLoopForIO message_loop_;
|
| scoped_ptr<DataReductionProxyChromeSettings> drp_chrome_settings_;
|
| scoped_ptr<base::DictionaryValue> dict_;
|
| scoped_ptr<data_reduction_proxy::DataReductionProxyTestContext> test_context_;
|
|
|