| Index: chrome/browser/ui/omnibox/omnibox_view_browsertest.cc
|
| diff --git a/chrome/browser/ui/omnibox/omnibox_view_browsertest.cc b/chrome/browser/ui/omnibox/omnibox_view_browsertest.cc
|
| index 9ab2c6740fe0a37e3d279e501adc680169672ddb..5e1fb6c558402ff42b6dd4bdcda37d3637df2719 100644
|
| --- a/chrome/browser/ui/omnibox/omnibox_view_browsertest.cc
|
| +++ b/chrome/browser/ui/omnibox/omnibox_view_browsertest.cc
|
| @@ -289,7 +289,7 @@ class OmniboxViewTest : public InProcessBrowserTest,
|
| void AddHistoryEntry(const TestHistoryEntry& entry, const Time& time) {
|
| Profile* profile = browser()->profile();
|
| HistoryService* history_service = HistoryServiceFactory::GetForProfile(
|
| - profile, Profile::EXPLICIT_ACCESS);
|
| + profile, ServiceAccessType::EXPLICIT_ACCESS);
|
| ASSERT_TRUE(history_service);
|
|
|
| if (!history_service->BackendLoaded()) {
|
|
|