Index: components/webdata/common/web_data_service_base.cc |
diff --git a/components/webdata/common/web_data_service_base.cc b/components/webdata/common/web_data_service_base.cc |
index 6f7b7762fe9af5840b2f9fc5d542cd9f1a459624..6edbcbfffe0bfa288f2945d99e86f1e320829021 100644 |
--- a/components/webdata/common/web_data_service_base.cc |
+++ b/components/webdata/common/web_data_service_base.cc |
@@ -23,7 +23,7 @@ WebDataServiceBase::WebDataServiceBase( |
scoped_refptr<WebDatabaseService> wdbs, |
const ProfileErrorCallback& callback, |
const scoped_refptr<base::MessageLoopProxy>& ui_thread) |
- : base::RefCountedDeleteOnMessageLoop<WebDataServiceBase>(ui_thread), |
+ : base::RefCountedDeleteOnTaskRunner<WebDataServiceBase>(ui_thread), |
wdbs_(wdbs), |
profile_error_callback_(callback) { |
} |