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

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

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/DEPS ('k') | components/safe_browsing/renderer/threat_dom_details.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/safe_browsing/renderer/threat_dom_details.h
diff --git a/chrome/renderer/safe_browsing/threat_dom_details.h b/components/safe_browsing/renderer/threat_dom_details.h
similarity index 92%
rename from chrome/renderer/safe_browsing/threat_dom_details.h
rename to components/safe_browsing/renderer/threat_dom_details.h
index e5b947d04635840eace883a377e91cb1df553b69..0f48d0b16f675cbf844a36b89710a5ea828ffc5a 100644
--- a/chrome/renderer/safe_browsing/threat_dom_details.h
+++ b/components/safe_browsing/renderer/threat_dom_details.h
@@ -6,8 +6,8 @@
// interesting URLs such as those of scripts and frames. When done, it sends
// them to the ThreatDetails that requested them.
-#ifndef CHROME_RENDERER_SAFE_BROWSING_THREAT_DOM_DETAILS_H_
-#define CHROME_RENDERER_SAFE_BROWSING_THREAT_DOM_DETAILS_H_
+#ifndef COMPONENTS_SAFE_BROWSING_RENDERER_THREAT_DOM_DETAILS_H_
+#define COMPONENTS_SAFE_BROWSING_RENDERER_THREAT_DOM_DETAILS_H_
#include <vector>
@@ -78,4 +78,4 @@ class ThreatDOMDetails : public content::RenderFrameObserver {
} // namespace safe_browsing
-#endif // CHROME_RENDERER_SAFE_BROWSING_THREAT_DOM_DETAILS_H_
+#endif // COMPONENTS_SAFE_BROWSING_RENDERER_THREAT_DOM_DETAILS_H_
« no previous file with comments | « components/safe_browsing/renderer/DEPS ('k') | components/safe_browsing/renderer/threat_dom_details.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698