Index: chrome/browser/safe_browsing/incident_reporting/last_download_finder_unittest.cc |
diff --git a/chrome/browser/safe_browsing/incident_reporting/last_download_finder_unittest.cc b/chrome/browser/safe_browsing/incident_reporting/last_download_finder_unittest.cc |
index d22edd58b727670f443287f35606e597f687d7f3..0165f7eb1813fb604017dc20744d44074bf5a5f9 100644 |
--- a/chrome/browser/safe_browsing/incident_reporting/last_download_finder_unittest.cc |
+++ b/chrome/browser/safe_browsing/incident_reporting/last_download_finder_unittest.cc |
@@ -72,7 +72,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); |
} |