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 368d318beb5b4754e31b21de73fabace235ef5e7..6086efab14b59192c3584cc0257068c62ee10535 100644 |
--- a/chrome/browser/safe_browsing/browser_feature_extractor.cc |
+++ b/chrome/browser/safe_browsing/browser_feature_extractor.cc |
@@ -442,7 +442,8 @@ bool BrowserFeatureExtractor::GetHistoryService(HistoryService** history) { |
if (tab_ && tab_->GetBrowserContext()) { |
Profile* profile = Profile::FromBrowserContext(tab_->GetBrowserContext()); |
*history = HistoryServiceFactory::GetForProfile(profile, |
- Profile::EXPLICIT_ACCESS); |
+ Profile::EXPLICIT_ACCESS). |
+ get(); |
if (*history) { |
return true; |
} |