| 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 b6bcba7834c01814c3dce590db3471f63c3a7603..5397d66da292220e662dd8a0158a484a88bddd0c 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
|
| @@ -57,6 +57,7 @@ KeyedService* BuildHistoryService(content::BrowserContext* context) {
|
| HistoryService* history_service = new HistoryService(
|
| ChromeHistoryClientFactory::GetForProfile(profile), profile);
|
| if (history_service->Init(
|
| + profile->GetPrefs(),
|
| history::HistoryDatabaseParamsForPath(profile->GetPath()))) {
|
| return history_service;
|
| }
|
|
|