| Index: components/safe_browsing/browser/threat_details_history.cc
|
| diff --git a/chrome/browser/safe_browsing/threat_details_history.cc b/components/safe_browsing/browser/threat_details_history.cc
|
| similarity index 96%
|
| rename from chrome/browser/safe_browsing/threat_details_history.cc
|
| rename to components/safe_browsing/browser/threat_details_history.cc
|
| index 4a01578908c8195916df8e084df26ab487ac4043..4f6552452a219100f85692778d26234ed300e2c3 100644
|
| --- a/chrome/browser/safe_browsing/threat_details_history.cc
|
| +++ b/components/safe_browsing/browser/threat_details_history.cc
|
| @@ -4,14 +4,14 @@
|
| //
|
| // Implementation of the ThreatDetailsRedirectsCollector class.
|
|
|
| -#include "chrome/browser/safe_browsing/threat_details_history.h"
|
| +#include "components/safe_browsing/browser/threat_details_history.h"
|
|
|
| #include <stddef.h>
|
|
|
| #include "base/bind.h"
|
| #include "base/bind_helpers.h"
|
| -#include "chrome/browser/safe_browsing/threat_details.h"
|
| #include "components/history/core/browser/history_service.h"
|
| +#include "components/safe_browsing/browser/threat_details.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "content/public/browser/notification_details.h"
|
| #include "content/public/browser/notification_source.h"
|
|
|