| Index: ui/app_list/search/dictionary_data_store.cc
|
| diff --git a/ui/app_list/search/dictionary_data_store.cc b/ui/app_list/search/dictionary_data_store.cc
|
| index 155f080016a33b3da1511bf827f9c079a64e4307..f6a7fdf4bd40023b928f5eef2d4c003c6afc7265 100644
|
| --- a/ui/app_list/search/dictionary_data_store.cc
|
| +++ b/ui/app_list/search/dictionary_data_store.cc
|
| @@ -65,7 +65,7 @@ void DictionaryDataStore::ScheduleWrite() {
|
|
|
| std::unique_ptr<base::DictionaryValue>
|
| DictionaryDataStore::LoadOnBlockingPool() {
|
| - DCHECK(worker_pool_->RunsTasksOnCurrentThread());
|
| + DCHECK(worker_pool_->RunsTasksInCurrentSequence());
|
|
|
| int error_code = JSONFileValueDeserializer::JSON_NO_ERROR;
|
| std::string error_message;
|
|
|