| Index: components/safe_browsing/renderer/feature_extractor_clock.h
|
| diff --git a/chrome/renderer/safe_browsing/feature_extractor_clock.h b/components/safe_browsing/renderer/feature_extractor_clock.h
|
| similarity index 76%
|
| rename from chrome/renderer/safe_browsing/feature_extractor_clock.h
|
| rename to components/safe_browsing/renderer/feature_extractor_clock.h
|
| index 930c1a4b7abfd290572b9e8ebcf5e59a99443d1e..8ea352d864ebefd27840947b21221e324fd2ca75 100644
|
| --- a/chrome/renderer/safe_browsing/feature_extractor_clock.h
|
| +++ b/components/safe_browsing/renderer/feature_extractor_clock.h
|
| @@ -5,8 +5,8 @@
|
| // A simple abstraction for getting the current time during feature extraction.
|
| // This can be mocked out for testing.
|
|
|
| -#ifndef CHROME_RENDERER_SAFE_BROWSING_FEATURE_EXTRACTOR_CLOCK_H_
|
| -#define CHROME_RENDERER_SAFE_BROWSING_FEATURE_EXTRACTOR_CLOCK_H_
|
| +#ifndef COMPONENTS_SAFE_BROWSING_RENDERER_FEATURE_EXTRACTOR_CLOCK_H_
|
| +#define COMPONENTS_SAFE_BROWSING_RENDERER_FEATURE_EXTRACTOR_CLOCK_H_
|
|
|
| #include "base/macros.h"
|
| #include "base/time/time.h"
|
| @@ -27,4 +27,4 @@ class FeatureExtractorClock {
|
|
|
| } // namespace safe_browsing
|
|
|
| -#endif // CHROME_RENDERER_SAFE_BROWSING_FEATURE_EXTRACTOR_CLOCK_H_
|
| +#endif // COMPONENTS_SAFE_BROWSING_RENDERER_FEATURE_EXTRACTOR_CLOCK_H_
|
|
|