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

Unified Diff: chrome/browser/search/suggestions/suggestions_service_factory.cc

Issue 2133083002: Remove all remaining traces of MessageLoopProxy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/suggestions/suggestions_service_factory.cc
diff --git a/chrome/browser/search/suggestions/suggestions_service_factory.cc b/chrome/browser/search/suggestions/suggestions_service_factory.cc
index 5084066938b88b791788b6723ca4cb14e6962af1..bc5d4af80efae16f30ffc5b5056dfa9f31625425 100644
--- a/chrome/browser/search/suggestions/suggestions_service_factory.cc
+++ b/chrome/browser/search/suggestions/suggestions_service_factory.cc
@@ -91,7 +91,7 @@ KeyedService* SuggestionsServiceFactory::BuildServiceInstanceFor(
profile->GetRequestContext()));
std::unique_ptr<ImageManager> thumbnail_manager(new ImageManager(
std::move(image_fetcher), std::move(db), database_dir,
- BrowserThread::GetMessageLoopProxyForThread(BrowserThread::DB)));
+ BrowserThread::GetTaskRunnerForThread(BrowserThread::DB)));
return new SuggestionsService(
signin_manager, token_service, sync_service, profile->GetRequestContext(),
std::move(suggestions_store), std::move(thumbnail_manager),
« no previous file with comments | « chrome/browser/safe_browsing/ui_manager_unittest.cc ('k') | chrome/browser/service_process/service_process_control.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698