| Index: components/omnibox/browser/shortcuts_provider_unittest.cc
|
| diff --git a/components/omnibox/browser/shortcuts_provider_unittest.cc b/components/omnibox/browser/shortcuts_provider_unittest.cc
|
| index 00947f962f62b8efa9230ceb67f07bf0a46f5dcd..f25ac263c3d21e4b441058c786255f56990ff600 100644
|
| --- a/components/omnibox/browser/shortcuts_provider_unittest.cc
|
| +++ b/components/omnibox/browser/shortcuts_provider_unittest.cc
|
| @@ -186,7 +186,7 @@ class FakeAutocompleteProviderClient
|
| make_scoped_ptr(new TemplateURLService(nullptr, 0)));
|
| if (history_dir_.CreateUniqueTempDir()) {
|
| history_service_ = history::CreateHistoryService(history_dir_.path(),
|
| - std::string(), true);
|
| + true);
|
| }
|
|
|
| db_thread_.Start();
|
|
|