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

Unified Diff: components/safe_browsing/renderer/phishing_url_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_url_feature_extractor.h
diff --git a/chrome/renderer/safe_browsing/phishing_url_feature_extractor.h b/components/safe_browsing/renderer/phishing_url_feature_extractor.h
similarity index 89%
rename from chrome/renderer/safe_browsing/phishing_url_feature_extractor.h
rename to components/safe_browsing/renderer/phishing_url_feature_extractor.h
index 09460a66a44545a0e7436e4da1c721e48d99aa81..e38f7f8029c56c3fd0844fcdcbed36a5491c72b3 100644
--- a/chrome/renderer/safe_browsing/phishing_url_feature_extractor.h
+++ b/components/safe_browsing/renderer/phishing_url_feature_extractor.h
@@ -6,8 +6,8 @@
// the client-side phishing detection model. These include tokens in the
// host and path, features pertaining to host length, and IP addresses.
-#ifndef CHROME_RENDERER_SAFE_BROWSING_PHISHING_URL_FEATURE_EXTRACTOR_H_
-#define CHROME_RENDERER_SAFE_BROWSING_PHISHING_URL_FEATURE_EXTRACTOR_H_
+#ifndef COMPONENTS_SAFE_BROWSING_RENDERER_PHISHING_URL_FEATURE_EXTRACTOR_H_
+#define COMPONENTS_SAFE_BROWSING_RENDERER_PHISHING_URL_FEATURE_EXTRACTOR_H_
#include <stddef.h>

Powered by Google App Engine
This is Rietveld 408576698