| Index: components/safe_browsing/renderer/phishing_dom_feature_extractor.h
|
| diff --git a/chrome/renderer/safe_browsing/phishing_dom_feature_extractor.h b/components/safe_browsing/renderer/phishing_dom_feature_extractor.h
|
| similarity index 96%
|
| rename from chrome/renderer/safe_browsing/phishing_dom_feature_extractor.h
|
| rename to components/safe_browsing/renderer/phishing_dom_feature_extractor.h
|
| index 761c725517d8e630e9655e802ea4ce91fdb41c2a..d5c6720ef9ce769042d2685800c20ce9dbfa4877 100644
|
| --- a/chrome/renderer/safe_browsing/phishing_dom_feature_extractor.h
|
| +++ b/components/safe_browsing/renderer/phishing_dom_feature_extractor.h
|
| @@ -7,8 +7,8 @@
|
| // types of elements, ratios of external and secure links, and tokens for
|
| // external domains linked to.
|
|
|
| -#ifndef CHROME_RENDERER_SAFE_BROWSING_PHISHING_DOM_FEATURE_EXTRACTOR_H_
|
| -#define CHROME_RENDERER_SAFE_BROWSING_PHISHING_DOM_FEATURE_EXTRACTOR_H_
|
| +#ifndef COMPONENTS_SAFE_BROWSING_RENDERER_PHISHING_DOM_FEATURE_EXTRACTOR_H_
|
| +#define COMPONENTS_SAFE_BROWSING_RENDERER_PHISHING_DOM_FEATURE_EXTRACTOR_H_
|
|
|
| #include <memory>
|
| #include <string>
|
| @@ -151,4 +151,4 @@ class PhishingDOMFeatureExtractor {
|
|
|
| } // namespace safe_browsing
|
|
|
| -#endif // CHROME_RENDERER_SAFE_BROWSING_PHISHING_DOM_FEATURE_EXTRACTOR_H_
|
| +#endif // COMPONENTS_SAFE_BROWSING_RENDERER_PHISHING_DOM_FEATURE_EXTRACTOR_H_
|
|
|