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

Unified Diff: components/safe_browsing/renderer/phishing_term_feature_extractor.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/phishing_term_feature_extractor.h
diff --git a/chrome/renderer/safe_browsing/phishing_term_feature_extractor.h b/components/safe_browsing/renderer/phishing_term_feature_extractor.h
similarity index 96%
rename from chrome/renderer/safe_browsing/phishing_term_feature_extractor.h
rename to components/safe_browsing/renderer/phishing_term_feature_extractor.h
index 68608b9ed0798a23bc29479fb859fb9dbefbae83..b92113e9c94df87089637b2800466cc1d1b38fee 100644
--- a/chrome/renderer/safe_browsing/phishing_term_feature_extractor.h
+++ b/components/safe_browsing/renderer/phishing_term_feature_extractor.h
@@ -13,8 +13,8 @@
//
// There is one PhishingTermFeatureExtractor per RenderView.
-#ifndef CHROME_RENDERER_SAFE_BROWSING_PHISHING_TERM_FEATURE_EXTRACTOR_H_
-#define CHROME_RENDERER_SAFE_BROWSING_PHISHING_TERM_FEATURE_EXTRACTOR_H_
+#ifndef COMPONENTS_SAFE_BROWSING_RENDERER_PHISHING_TERM_FEATURE_EXTRACTOR_H_
+#define COMPONENTS_SAFE_BROWSING_RENDERER_PHISHING_TERM_FEATURE_EXTRACTOR_H_
#include <stddef.h>
#include <stdint.h>
@@ -169,4 +169,4 @@ class PhishingTermFeatureExtractor {
} // namespace safe_browsing
-#endif // CHROME_RENDERER_SAFE_BROWSING_PHISHING_TERM_FEATURE_EXTRACTOR_H_
+#endif // COMPONENTS_SAFE_BROWSING_RENDERER_PHISHING_TERM_FEATURE_EXTRACTOR_H_

Powered by Google App Engine
This is Rietveld 408576698