| Index: components/offline_pages/background/request_queue_store_sql.cc
|
| diff --git a/components/offline_pages/background/request_queue_store_sql.cc b/components/offline_pages/background/request_queue_store_sql.cc
|
| index 0b51142f416a4d913ad840da1d3b95aa4bacec93..4b7309a754408ab9a572d2b99a0bed7a5f343abb 100644
|
| --- a/components/offline_pages/background/request_queue_store_sql.cc
|
| +++ b/components/offline_pages/background/request_queue_store_sql.cc
|
| @@ -440,8 +440,7 @@ bool RequestQueueStoreSQL::CheckDb(const base::Closure& callback) {
|
| if (!db_.get()) {
|
| // Nothing to do, but post a callback instead of calling directly
|
| // to preserve the async style behavior to prevent bugs.
|
| - base::ThreadTaskRunnerHandle::Get()->PostTask(FROM_HERE,
|
| - base::Bind(callback));
|
| + base::ThreadTaskRunnerHandle::Get()->PostTask(FROM_HERE, callback);
|
| return false;
|
| }
|
| return true;
|
|
|