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

Unified Diff: components/keyed_service/core/refcounted_keyed_service.h

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
« no previous file with comments | « components/history/core/browser/history_service.cc ('k') | components/nacl/browser/nacl_browser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/keyed_service/core/refcounted_keyed_service.h
diff --git a/components/keyed_service/core/refcounted_keyed_service.h b/components/keyed_service/core/refcounted_keyed_service.h
index 31815d6f8ff506af7cba7b978f9951fd87ed8495..891fc2898666082efb4594ff834f78e72a40d4dc 100644
--- a/components/keyed_service/core/refcounted_keyed_service.h
+++ b/components/keyed_service/core/refcounted_keyed_service.h
@@ -51,7 +51,7 @@ class KEYED_SERVICE_EXPORT RefcountedKeyedService
// If you need your service to be deleted on a specific thread (for example,
// you're converting a service that used content::DeleteOnThread<IO>), then
// use this constructor with a reference to the SingleThreadTaskRunner (you
- // can get it from content::BrowserThread::GetMessageLoopProxyForThread).
+ // can get it from content::BrowserThread::GetTaskRunnerForThread).
explicit RefcountedKeyedService(
const scoped_refptr<base::SingleThreadTaskRunner>& task_runner);
« no previous file with comments | « components/history/core/browser/history_service.cc ('k') | components/nacl/browser/nacl_browser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698