| 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 4010c51c97a074b7e39048698f9e4e6f042e9c6a..c357b659c1edd58d5a96b9db26e0824037d81806 100644
|
| --- a/components/webdata/common/web_database_service.cc
|
| +++ b/components/webdata/common/web_database_service.cc
|
| @@ -41,7 +41,7 @@ WebDatabaseService::WebDatabaseService(
|
| const base::FilePath& path,
|
| const scoped_refptr<base::MessageLoopProxy>& ui_thread,
|
| const scoped_refptr<base::MessageLoopProxy>& db_thread)
|
| - : base::RefCountedDeleteOnMessageLoop<WebDatabaseService>(ui_thread),
|
| + : base::RefCountedDeleteOnTaskRunner<WebDatabaseService>(ui_thread),
|
| path_(path),
|
| db_loaded_(false),
|
| db_thread_(db_thread),
|
|
|