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 59c6116cf78ba1a71ff214e62170e6c97a600a0a..1d5b7cbdac9bb2a76606e7f1092ef802dcebe05c 100644 |
--- a/chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc |
+++ b/chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc |
@@ -75,7 +75,7 @@ class SpellcheckCustomDictionaryTest : public testing::Test { |
} |
virtual void TearDown() OVERRIDE { |
- MessageLoop::current()->RunUntilIdle(); |
+ base::MessageLoop::current()->RunUntilIdle(); |
} |
// A wrapper around SpellcheckCustomDictionary::LoadDictionaryFile private |
@@ -112,7 +112,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_; |