| 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 4dab4fca53b4fc3610920e0a113e908ba6f58a19..ffe54f785b9e41f3acfe092dd774ed24cd9daa14 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
|
|
|