| Index: components/safe_browsing/renderer/mock_feature_extractor_clock.h
|
| diff --git a/chrome/renderer/safe_browsing/mock_feature_extractor_clock.h b/components/safe_browsing/renderer/mock_feature_extractor_clock.h
|
| similarity index 67%
|
| rename from chrome/renderer/safe_browsing/mock_feature_extractor_clock.h
|
| rename to components/safe_browsing/renderer/mock_feature_extractor_clock.h
|
| index 8faf2e481d4356f28c053673f88f87b9d44780da..f57a44dd54c3ef419a0b3ceb74c220451b3489fe 100644
|
| --- a/chrome/renderer/safe_browsing/mock_feature_extractor_clock.h
|
| +++ b/components/safe_browsing/renderer/mock_feature_extractor_clock.h
|
| @@ -4,11 +4,11 @@
|
| //
|
| // A mock implementation of FeatureExtractorClock for testing.
|
|
|
| -#ifndef CHROME_RENDERER_SAFE_BROWSING_MOCK_FEATURE_EXTRACTOR_CLOCK_H_
|
| -#define CHROME_RENDERER_SAFE_BROWSING_MOCK_FEATURE_EXTRACTOR_CLOCK_H_
|
| +#ifndef COMPONENTS_SAFE_BROWSING_RENDERER_MOCK_FEATURE_EXTRACTOR_CLOCK_H_
|
| +#define COMPONENTS_SAFE_BROWSING_RENDERER_MOCK_FEATURE_EXTRACTOR_CLOCK_H_
|
|
|
| #include "base/macros.h"
|
| -#include "chrome/renderer/safe_browsing/feature_extractor_clock.h"
|
| +#include "components/safe_browsing/renderer/feature_extractor_clock.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
|
|
| namespace safe_browsing {
|
| @@ -26,4 +26,4 @@ class MockFeatureExtractorClock : public FeatureExtractorClock {
|
|
|
| } // namespace safe_browsing
|
|
|
| -#endif // CHROME_RENDERER_SAFE_BROWSING_MOCK_FEATURE_EXTRACTOR_CLOCK_H_
|
| +#endif // COMPONENTS_SAFE_BROWSING_RENDERER_MOCK_FEATURE_EXTRACTOR_CLOCK_H_
|
|
|