Index: chrome/browser/safe_browsing/incident_reporting/off_domain_inclusion_detector_unittest.cc |
diff --git a/chrome/browser/safe_browsing/incident_reporting/off_domain_inclusion_detector_unittest.cc b/chrome/browser/safe_browsing/incident_reporting/off_domain_inclusion_detector_unittest.cc |
index 37924caccc441d308635ac9d07fd8058abee21a9..7fd71d69879ecd59763597562d423e2d3a27071c 100644 |
--- a/chrome/browser/safe_browsing/incident_reporting/off_domain_inclusion_detector_unittest.cc |
+++ b/chrome/browser/safe_browsing/incident_reporting/off_domain_inclusion_detector_unittest.cc |
@@ -79,7 +79,6 @@ scoped_ptr<KeyedService> BuildHistoryService(content::BrowserContext* context) { |
BookmarkModelFactory::GetForProfile(profile))), |
scoped_ptr<history::VisitDelegate>())); |
if (history_service->Init( |
- profile->GetPrefs()->GetString(prefs::kAcceptLanguages), |
history::HistoryDatabaseParamsForPath(profile->GetPath()))) { |
return std::move(history_service); |
} |