| Index: chrome/browser/prefs/chrome_pref_service_unittest.cc
|
| diff --git a/chrome/browser/prefs/chrome_pref_service_unittest.cc b/chrome/browser/prefs/chrome_pref_service_unittest.cc
|
| index c2e8a30410d6b56d889e354afe8912e32310a49b..28e0f7406c836c130dfb4821f5c14864dfb07731 100644
|
| --- a/chrome/browser/prefs/chrome_pref_service_unittest.cc
|
| +++ b/chrome/browser/prefs/chrome_pref_service_unittest.cc
|
| @@ -87,7 +87,7 @@ class ChromePrefServiceUserFilePrefsTest : public testing::Test {
|
| // The path to the directory where the test data is stored.
|
| base::FilePath data_dir_;
|
| // A message loop that we can use as the file thread message loop.
|
| - MessageLoop message_loop_;
|
| + base::MessageLoop message_loop_;
|
| };
|
|
|
| // Verifies that ListValue and DictionaryValue pref with non emtpy default
|
|
|