| Index: chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc
|
| diff --git a/chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc b/chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc
|
| index 02a7655538a5f84b9d714a1ea8c91dc04f44a4eb..1fdf8ef7e78e811b9ad412b3d4ea95c6443ce130 100644
|
| --- a/chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc
|
| +++ b/chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc
|
| @@ -74,7 +74,7 @@ class SpellcheckCustomDictionaryTest : public testing::Test {
|
| }
|
|
|
| virtual void TearDown() OVERRIDE {
|
| - MessageLoop::current()->RunUntilIdle();
|
| + base::MessageLoop::current()->RunUntilIdle();
|
| }
|
|
|
| // A wrapper around SpellcheckCustomDictionary::LoadDictionaryFile private
|
| @@ -111,7 +111,7 @@ class SpellcheckCustomDictionaryTest : public testing::Test {
|
| return dictionary.Apply(change);
|
| }
|
|
|
| - MessageLoop message_loop_;
|
| + base::MessageLoop message_loop_;
|
| content::TestBrowserThread ui_thread_;
|
| content::TestBrowserThread file_thread_;
|
|
|
|
|