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

Unified Diff: components/safe_browsing/renderer/threat_dom_details.cc

Issue 2756933003: Componentize safe_browsing: move renderer/ reporting part for WebView. (Closed)
Patch Set: fix comments Created 3 years, 9 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/renderer/threat_dom_details.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/renderer/threat_dom_details.cc
diff --git a/chrome/renderer/safe_browsing/threat_dom_details.cc b/components/safe_browsing/renderer/threat_dom_details.cc
similarity index 99%
rename from chrome/renderer/safe_browsing/threat_dom_details.cc
rename to components/safe_browsing/renderer/threat_dom_details.cc
index 7d715f15acd6d0be4fe7e7a3e0d2ac8030669f2b..d2e86877aa690d500f728646886bd2e78b8fba07 100644
--- a/chrome/renderer/safe_browsing/threat_dom_details.cc
+++ b/components/safe_browsing/renderer/threat_dom_details.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/renderer/safe_browsing/threat_dom_details.h"
+#include "components/safe_browsing/renderer/threat_dom_details.h"
#include <algorithm>
#include <map>
« no previous file with comments | « components/safe_browsing/renderer/threat_dom_details.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698