| 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_
|
|
|