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

Unified Diff: components/safe_browsing/renderer/phishing_classifier.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_classifier.h
diff --git a/chrome/renderer/safe_browsing/phishing_classifier.h b/components/safe_browsing/renderer/phishing_classifier.h
similarity index 96%
rename from chrome/renderer/safe_browsing/phishing_classifier.h
rename to components/safe_browsing/renderer/phishing_classifier.h
index 13c4093ce13510d8b3e7a4b4ce5105fe2cbedd04..445a626c7fc99d3b6c724f21f0241d1d3dc9a0b2 100644
--- a/chrome/renderer/safe_browsing/phishing_classifier.h
+++ b/components/safe_browsing/renderer/phishing_classifier.h
@@ -15,8 +15,8 @@
// For more details, see phishing_*_feature_extractor.h, scorer.h, and
// client_model.proto.
-#ifndef CHROME_RENDERER_SAFE_BROWSING_PHISHING_CLASSIFIER_H_
-#define CHROME_RENDERER_SAFE_BROWSING_PHISHING_CLASSIFIER_H_
+#ifndef COMPONENTS_SAFE_BROWSING_RENDERER_PHISHING_CLASSIFIER_H_
+#define COMPONENTS_SAFE_BROWSING_RENDERER_PHISHING_CLASSIFIER_H_
#include <stdint.h>
@@ -152,4 +152,4 @@ class PhishingClassifier {
} // namespace safe_browsing
-#endif // CHROME_RENDERER_SAFE_BROWSING_PHISHING_CLASSIFIER_H_
+#endif // COMPONENTS_SAFE_BROWSING_RENDERER_PHISHING_CLASSIFIER_H_

Powered by Google App Engine
This is Rietveld 408576698