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

Unified Diff: components/webdata/common/web_data_service_backend.cc

Issue 369703003: Reduce usage of MessageLoopProxy in base/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 6 years, 2 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: components/webdata/common/web_data_service_backend.cc
diff --git a/components/webdata/common/web_data_service_backend.cc b/components/webdata/common/web_data_service_backend.cc
index 7f14cf2694a36bcbe27644ad5d361648294e01fa..2fdf6cbcb956f15088d462e654e92335d0d64082 100644
--- a/components/webdata/common/web_data_service_backend.cc
+++ b/components/webdata/common/web_data_service_backend.cc
@@ -17,7 +17,7 @@ WebDataServiceBackend::WebDataServiceBackend(
const FilePath& path,
Delegate* delegate,
const scoped_refptr<base::MessageLoopProxy>& db_thread)
- : base::RefCountedDeleteOnMessageLoop<WebDataServiceBackend>(db_thread),
+ : base::RefCountedDeleteOnTaskRunner<WebDataServiceBackend>(db_thread),
db_path_(path),
request_manager_(new WebDataRequestManager()),
init_status_(sql::INIT_FAILURE),
« no previous file with comments | « components/webdata/common/web_data_service_backend.h ('k') | components/webdata/common/web_data_service_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698