Chromium Code Reviews| Index: chrome/browser/ui/app_list/search/history_unittest.cc |
| diff --git a/chrome/browser/ui/app_list/search/history_unittest.cc b/chrome/browser/ui/app_list/search/history_unittest.cc |
| index 23ced10c2ac9b4db9a3f50aca3413a3b6d67d052..350bac86279eb4c40f1692a3b414fdec9fb9a220 100644 |
| --- a/chrome/browser/ui/app_list/search/history_unittest.cc |
| +++ b/chrome/browser/ui/app_list/search/history_unittest.cc |
| @@ -96,7 +96,7 @@ class SearchHistoryTest : public testing::Test { |
| // testing::Test overrides: |
| void SetUp() override { |
| worker_pool_owner_.reset( |
| - new base::SequencedWorkerPoolOwner(1, "AppLauncherTest")); |
| + new base::SequencedWorkerPoolOwner(2, "AppLauncherTest")); |
|
Matt Giuca
2016/09/15 23:54:20
I'm not really familiar with this code. Is there a
gab
2016/09/16 00:54:41
In this test it's used to pass to a DictionaryData
|
| ASSERT_TRUE(temp_dir_.CreateUniqueTempDir()); |
| CreateHistory(); |
| } |