Index: chrome/browser/safe_browsing/incident_reporting/last_download_finder.cc |
diff --git a/chrome/browser/safe_browsing/incident_reporting/last_download_finder.cc b/chrome/browser/safe_browsing/incident_reporting/last_download_finder.cc |
index b3e4f3ff7634f9080b1a1eb6a4ea3c21b6cdd62b..ce64394892a5be72f1372d78b2614604e7efc705 100644 |
--- a/chrome/browser/safe_browsing/incident_reporting/last_download_finder.cc |
+++ b/chrome/browser/safe_browsing/incident_reporting/last_download_finder.cc |
@@ -339,7 +339,7 @@ void LastDownloadFinder::Observe(int type, |
void LastDownloadFinder::OnHistoryServiceLoaded( |
HistoryService* history_service) { |
- OnProfileHistoryLoaded(history_service->profile(), history_service); |
+ OnProfileHistoryLoaded(history_service->profile_, history_service); |
sdefresne
2014/12/10 15:41:50
Please do not access the instance variable profile
Paritosh Kumar
2014/12/11 11:49:54
Thanks Updated as per suggestion.
|
} |
void LastDownloadFinder::HistoryServiceBeingDeleted( |