| Index: chrome/common/safe_browsing/binary_feature_extractor.h | 
| diff --git a/chrome/browser/safe_browsing/binary_feature_extractor.h b/chrome/common/safe_browsing/binary_feature_extractor.h | 
| similarity index 90% | 
| rename from chrome/browser/safe_browsing/binary_feature_extractor.h | 
| rename to chrome/common/safe_browsing/binary_feature_extractor.h | 
| index 4d98a1647d0882f80a71be7a1867a8bd948a9d57..73eadbf54eef5264eecebc669a192b2c5a8f43c1 100644 | 
| --- a/chrome/browser/safe_browsing/binary_feature_extractor.h | 
| +++ b/chrome/common/safe_browsing/binary_feature_extractor.h | 
| @@ -5,8 +5,8 @@ | 
| // Utility functions to extract file features for malicious binary detection. | 
| // Each platform has its own implementation of this class. | 
|  | 
| -#ifndef CHROME_BROWSER_SAFE_BROWSING_BINARY_FEATURE_EXTRACTOR_H_ | 
| -#define CHROME_BROWSER_SAFE_BROWSING_BINARY_FEATURE_EXTRACTOR_H_ | 
| +#ifndef CHROME_COMMON_SAFE_BROWSING_BINARY_FEATURE_EXTRACTOR_H_ | 
| +#define CHROME_COMMON_SAFE_BROWSING_BINARY_FEATURE_EXTRACTOR_H_ | 
|  | 
| #include "base/basictypes.h" | 
| #include "base/memory/ref_counted.h" | 
| @@ -58,4 +58,4 @@ class BinaryFeatureExtractor | 
| }; | 
| }  // namespace safe_browsing | 
|  | 
| -#endif  // CHROME_BROWSER_SAFE_BROWSING_BINARY_FEATURE_EXTRACTOR_H_ | 
| +#endif  // CHROME_COMMON_SAFE_BROWSING_BINARY_FEATURE_EXTRACTOR_H_ | 
|  |