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

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

Issue 2667343006: Componentize safe_browsing [X+1] : move the renderer part to component.
Patch Set: Created 3 years, 11 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
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 89%
rename from chrome/renderer/safe_browsing/threat_dom_details.h
rename to components/safe_browsing/renderer/threat_dom_details.h
index 2cab3d2814d21acaeea7592b57242b2fb2c562da..a872184653fe74b036418338778679bda05c770b 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>
@@ -50,4 +50,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/test_utils.cc ('k') | components/safe_browsing/renderer/threat_dom_details.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698