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

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

Issue 2591963004: Transform RefCountedDeleteOnMessageLoop to RefCountedDeleteOnSequence. (Closed)
Patch Set: similarity Created 4 years 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/webdata/common/web_database_service.h ('k') | content/browser/devtools/devtools_io_context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/webdata/common/web_database_service.cc
diff --git a/components/webdata/common/web_database_service.cc b/components/webdata/common/web_database_service.cc
index 41b8e64dbdbd49629daf7839a0c6ae76e5c7e287..412ee9bdb0421ac212022e5e0a32442cf86bd363 100644
--- a/components/webdata/common/web_database_service.cc
+++ b/components/webdata/common/web_database_service.cc
@@ -42,7 +42,7 @@ WebDatabaseService::WebDatabaseService(
const base::FilePath& path,
scoped_refptr<base::SingleThreadTaskRunner> ui_thread,
scoped_refptr<base::SingleThreadTaskRunner> db_thread)
- : base::RefCountedDeleteOnMessageLoop<WebDatabaseService>(ui_thread),
+ : base::RefCountedDeleteOnSequence<WebDatabaseService>(ui_thread),
path_(path),
db_loaded_(false),
db_thread_(db_thread),
« no previous file with comments | « components/webdata/common/web_database_service.h ('k') | content/browser/devtools/devtools_io_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698