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

Unified Diff: components/safe_browsing/renderer/features.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/features.h
diff --git a/chrome/renderer/safe_browsing/features.h b/components/safe_browsing/renderer/features.h
similarity index 97%
rename from chrome/renderer/safe_browsing/features.h
rename to components/safe_browsing/renderer/features.h
index 29fa40cab8ed54419d0272668e7dc21ebaa425d7..74e098f71ff5a925711fdac25958a5c0ce62c2b1 100644
--- a/chrome/renderer/safe_browsing/features.h
+++ b/components/safe_browsing/renderer/features.h
@@ -22,8 +22,8 @@
// just a thin wrapper around a map of feature name to value. The entire set
// of features for a URL is extracted before we do any scoring.
-#ifndef CHROME_RENDERER_SAFE_BROWSING_FEATURES_H_
-#define CHROME_RENDERER_SAFE_BROWSING_FEATURES_H_
+#ifndef COMPONENTS_SAFE_BROWSING_RENDERER_FEATURES_H_
+#define COMPONENTS_SAFE_BROWSING_RENDERER_FEATURES_H_
#include <stddef.h>
#include <string>
@@ -178,4 +178,4 @@ extern const char kPageTerm[];
} // namespace features
} // namespace safe_browsing
-#endif // CHROME_RENDERER_SAFE_BROWSING_FEATURES_H_
+#endif // COMPONENTS_SAFE_BROWSING_RENDERER_FEATURES_H_
« no previous file with comments | « components/safe_browsing/renderer/feature_extractor_clock.cc ('k') | components/safe_browsing/renderer/features.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698