| Index: chrome/browser/safe_browsing/browser_feature_extractor.cc
|
| diff --git a/chrome/browser/safe_browsing/browser_feature_extractor.cc b/chrome/browser/safe_browsing/browser_feature_extractor.cc
|
| index 02458dad88a7fccd510d5b5a61b0ffb39dbc7786..d57ade8dffa9ad1174885f075a4ea49ce96e0552 100644
|
| --- a/chrome/browser/safe_browsing/browser_feature_extractor.cc
|
| +++ b/chrome/browser/safe_browsing/browser_feature_extractor.cc
|
| @@ -458,8 +458,8 @@ bool BrowserFeatureExtractor::GetHistoryService(HistoryService** history) {
|
| *history = NULL;
|
| if (tab_ && tab_->GetBrowserContext()) {
|
| Profile* profile = Profile::FromBrowserContext(tab_->GetBrowserContext());
|
| - *history = HistoryServiceFactory::GetForProfile(profile,
|
| - Profile::EXPLICIT_ACCESS);
|
| + *history = HistoryServiceFactory::GetForProfile(
|
| + profile, ServiceAccessType::EXPLICIT_ACCESS);
|
| if (*history) {
|
| return true;
|
| }
|
|
|