| Index: components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc
|
| diff --git a/components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc b/components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc
|
| index ad6c132a148410b6c4594658aa7d1885f0de357d..20e7463a741153f1ad44f96635558e931cbaef66 100644
|
| --- a/components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc
|
| +++ b/components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc
|
| @@ -29,8 +29,7 @@ AutofillWebDataBackendImpl::AutofillWebDataBackendImpl(
|
| scoped_refptr<base::MessageLoopProxy> ui_thread,
|
| scoped_refptr<base::MessageLoopProxy> db_thread,
|
| const base::Closure& on_changed_callback)
|
| - : base::RefCountedDeleteOnMessageLoop<AutofillWebDataBackendImpl>(
|
| - db_thread),
|
| + : base::RefCountedDeleteOnTaskRunner<AutofillWebDataBackendImpl>(db_thread),
|
| ui_thread_(ui_thread),
|
| db_thread_(db_thread),
|
| web_database_backend_(web_database_backend),
|
|
|