| Index: components/omnibox/browser/shortcuts_backend_unittest.cc | 
| diff --git a/components/omnibox/browser/shortcuts_backend_unittest.cc b/components/omnibox/browser/shortcuts_backend_unittest.cc | 
| index 03407b408c1698c29a174d5563bc7781ca2e13f1..31b59d97b719e8e84f07bff265a39f5b4be9324b 100644 | 
| --- a/components/omnibox/browser/shortcuts_backend_unittest.cc | 
| +++ b/components/omnibox/browser/shortcuts_backend_unittest.cc | 
| @@ -110,10 +110,8 @@ void ShortcutsBackendTest::SetSearchProvider() { | 
|  | 
| void ShortcutsBackendTest::SetUp() { | 
| template_url_service_.reset(new TemplateURLService(nullptr, 0)); | 
| -  if (profile_dir_.CreateUniqueTempDir()) { | 
| -    history_service_ = | 
| -        history::CreateHistoryService(profile_dir_.path(), std::string(), true); | 
| -  } | 
| +  if (profile_dir_.CreateUniqueTempDir()) | 
| +    history_service_ = history::CreateHistoryService(profile_dir_.path(), true); | 
| ASSERT_TRUE(history_service_); | 
|  | 
| db_thread_.Start(); | 
|  |