| Index: components/omnibox/browser/history_url_provider_unittest.cc
|
| diff --git a/components/omnibox/browser/history_url_provider_unittest.cc b/components/omnibox/browser/history_url_provider_unittest.cc
|
| index 2ba1e96962969d5e452564240326f01cb821395e..55ee94b7aa72ca66560c58d365e764178fa3ea2b 100644
|
| --- a/components/omnibox/browser/history_url_provider_unittest.cc
|
| +++ b/components/omnibox/browser/history_url_provider_unittest.cc
|
| @@ -161,8 +161,8 @@ class FakeAutocompleteProviderClient : public MockAutocompleteProviderClient {
|
| FakeAutocompleteProviderClient(bool create_history_db) {
|
| set_template_url_service(base::MakeUnique<TemplateURLService>(nullptr, 0));
|
| if (history_dir_.CreateUniqueTempDir()) {
|
| - history_service_ = history::CreateHistoryService(
|
| - history_dir_.path(), create_history_db);
|
| + history_service_ = history::CreateHistoryService(history_dir_.GetPath(),
|
| + create_history_db);
|
| }
|
| }
|
|
|
|
|