Index: chrome/browser/spellchecker/spellcheck_custom_dictionary.cc |
diff --git a/chrome/browser/spellchecker/spellcheck_custom_dictionary.cc b/chrome/browser/spellchecker/spellcheck_custom_dictionary.cc |
index 525aaf41d25e8e36e6332c192a92df03f77488dd..3a06283d748605bf08b2df6186dbd9ef87d3dd00 100644 |
--- a/chrome/browser/spellchecker/spellcheck_custom_dictionary.cc |
+++ b/chrome/browser/spellchecker/spellcheck_custom_dictionary.cc |
@@ -432,8 +432,7 @@ void SpellcheckCustomDictionary::OnLoaded( |
base::Bind(&SpellcheckCustomDictionary::FixInvalidFile, |
weak_ptr_factory_.GetWeakPtr(), base::Passed(&result))); |
BrowserThread::PostAfterStartupTask( |
- FROM_HERE, |
- BrowserThread::GetMessageLoopProxyForThread(BrowserThread::UI), |
+ FROM_HERE, BrowserThread::GetTaskRunnerForThread(BrowserThread::UI), |
fix_invalid_file_.callback()); |
} |
} |