Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1050)

Unified Diff: components/safe_browsing/browser/threat_details_history.cc

Issue 2836103002: Componentize safe_browsing: move threat_details* to component. (Closed)
Patch Set: fix spelling and typos Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/safe_browsing/browser/threat_details_history.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« no previous file with comments | « components/safe_browsing/browser/threat_details_history.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698