| Index: chrome/browser/safe_browsing/malware_details_history.cc
|
| diff --git a/chrome/browser/safe_browsing/malware_details_history.cc b/chrome/browser/safe_browsing/malware_details_history.cc
|
| index d628a61d785ae89711091c29b9c4a58df56051af..7c04ab9331747944cb1ddb47c7a945458f02e4f9 100644
|
| --- a/chrome/browser/safe_browsing/malware_details_history.cc
|
| +++ b/chrome/browser/safe_browsing/malware_details_history.cc
|
| @@ -89,7 +89,7 @@ void MalwareDetailsRedirectsCollector::GetRedirects(const GURL& url) {
|
| }
|
|
|
| HistoryService* history = HistoryServiceFactory::GetForProfile(
|
| - profile_, Profile::EXPLICIT_ACCESS);
|
| + profile_, ServiceAccessType::EXPLICIT_ACCESS);
|
| if (!history) {
|
| AllDone();
|
| return;
|
|
|