| Index: chrome/browser/safe_browsing/safe_browsing_blocking_page.cc
|
| diff --git a/chrome/browser/safe_browsing/safe_browsing_blocking_page.cc b/chrome/browser/safe_browsing/safe_browsing_blocking_page.cc
|
| index e3ef8b613d9b6c1e1977303ff4a631cd3a8aeda9..667e09fe0392abec422bba38d0f8d4576add7f75 100644
|
| --- a/chrome/browser/safe_browsing/safe_browsing_blocking_page.cc
|
| +++ b/chrome/browser/safe_browsing/safe_browsing_blocking_page.cc
|
| @@ -192,8 +192,8 @@ SafeBrowsingBlockingPage::SafeBrowsingBlockingPage(
|
| RecordUserDecision(PROCEEDING_DISABLED);
|
|
|
| HistoryService* history_service = HistoryServiceFactory::GetForProfile(
|
| - Profile::FromBrowserContext(web_contents->GetBrowserContext()),
|
| - Profile::EXPLICIT_ACCESS);
|
| + Profile::FromBrowserContext(web_contents->GetBrowserContext()),
|
| + ServiceAccessType::EXPLICIT_ACCESS);
|
| if (history_service) {
|
| history_service->GetVisibleVisitCountToHost(
|
| request_url(),
|
|
|