Index: components/sync/test/mock_invalidation.h |
diff --git a/sync/test/mock_invalidation.h b/components/sync/test/mock_invalidation.h |
similarity index 87% |
rename from sync/test/mock_invalidation.h |
rename to components/sync/test/mock_invalidation.h |
index f57a92d61ebc71f4de7580b7b71d8cba6f6ffe29..9db15af7957a84ba29b4974c37fa162fbe47e284 100644 |
--- a/sync/test/mock_invalidation.h |
+++ b/components/sync/test/mock_invalidation.h |
@@ -2,15 +2,15 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef SYNC_TEST_MOCK_INVALIDATION_H_ |
-#define SYNC_TEST_MOCK_INVALIDATION_H_ |
+#ifndef COMPONENTS_SYNC_TEST_MOCK_INVALIDATION_H_ |
+#define COMPONENTS_SYNC_TEST_MOCK_INVALIDATION_H_ |
#include <stdint.h> |
#include <memory> |
#include <string> |
-#include "sync/internal_api/public/base/invalidation_interface.h" |
+#include "components/sync/base/invalidation_interface.h" |
namespace syncer { |
@@ -49,4 +49,4 @@ class MockInvalidation : public InvalidationInterface { |
} // namespace syncer |
-#endif // SYNC_TEST_MOCK_INVALIDATION_H_ |
+#endif // COMPONENTS_SYNC_TEST_MOCK_INVALIDATION_H_ |