Index: chrome/browser/safe_browsing/incident_reporting/last_download_finder.h |
diff --git a/chrome/browser/safe_browsing/incident_reporting/last_download_finder.h b/chrome/browser/safe_browsing/incident_reporting/last_download_finder.h |
index 0f7503d3ff3f96b8aecf2d7751afac309448e488..a3ef0d6cae2c4462c16348df2c1a518db5326361 100644 |
--- a/chrome/browser/safe_browsing/incident_reporting/last_download_finder.h |
+++ b/chrome/browser/safe_browsing/incident_reporting/last_download_finder.h |
@@ -14,8 +14,8 @@ |
#include "base/memory/scoped_ptr.h" |
#include "base/memory/weak_ptr.h" |
#include "base/scoped_observer.h" |
-#include "chrome/browser/history/download_row.h" |
#include "chrome/browser/safe_browsing/incident_reporting/download_metadata_manager.h" |
+#include "components/history/core/browser/download_row.h" |
#include "components/history/core/browser/history_service_observer.h" |
#include "content/public/browser/notification_observer.h" |
#include "content/public/browser/notification_registrar.h" |
@@ -28,10 +28,6 @@ class NotificationDetails; |
class NotificationSource; |
} |
-namespace history { |
-struct DownloadRow; |
-} |
- |
namespace safe_browsing { |
class ClientIncidentReport_DownloadDetails; |