Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1942)

Unified Diff: chrome/browser/search_engines/template_url_scraper_unittest.cc

Issue 14113053: chrome: Use base::MessageLoop. (Part 3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase again Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/search_engines/template_url_scraper_unittest.cc
diff --git a/chrome/browser/search_engines/template_url_scraper_unittest.cc b/chrome/browser/search_engines/template_url_scraper_unittest.cc
index 999c5252e0894a6ab1a6c34c2d890f59e15e577f..6d9b011c389f1a1b4c838bb39da3ad3648fc577e 100644
--- a/chrome/browser/search_engines/template_url_scraper_unittest.cc
+++ b/chrome/browser/search_engines/template_url_scraper_unittest.cc
@@ -39,7 +39,7 @@ class TemplateURLServiceLoader : public content::NotificationObserver {
const content::NotificationDetails& details) {
if (type == chrome::NOTIFICATION_TEMPLATE_URL_SERVICE_LOADED &&
content::Source<TemplateURLService>(source).ptr() == model_) {
- MessageLoop::current()->Quit();
+ base::MessageLoop::current()->Quit();
}
}

Powered by Google App Engine
This is Rietveld 408576698