| 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 5b645793035bafb7d2e45ac566402de0062d4723..e4c978fea9101bcf445d48e0760586c137561c4b 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),
|
|
|