Index: components/sync/test/engine/mock_model_type_processor.h |
diff --git a/sync/test/engine/mock_model_type_processor.h b/components/sync/test/engine/mock_model_type_processor.h |
similarity index 94% |
rename from sync/test/engine/mock_model_type_processor.h |
rename to components/sync/test/engine/mock_model_type_processor.h |
index e129ec884529f9e4399842a8ae40f80a628b578f..f228eace75c1cf1268b8c43d8b3a4a1c6b7545c5 100644 |
--- a/sync/test/engine/mock_model_type_processor.h |
+++ b/components/sync/test/engine/mock_model_type_processor.h |
@@ -2,8 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef SYNC_TEST_ENGINE_MOCK_MODEL_TYPE_PROCESSOR_H_ |
-#define SYNC_TEST_ENGINE_MOCK_MODEL_TYPE_PROCESSOR_H_ |
+#ifndef COMPONENTS_SYNC_TEST_ENGINE_MOCK_MODEL_TYPE_PROCESSOR_H_ |
+#define COMPONENTS_SYNC_TEST_ENGINE_MOCK_MODEL_TYPE_PROCESSOR_H_ |
#include <stddef.h> |
#include <stdint.h> |
@@ -14,9 +14,9 @@ |
#include "base/callback.h" |
#include "base/macros.h" |
-#include "sync/internal_api/public/model_type_processor.h" |
-#include "sync/internal_api/public/non_blocking_sync_common.h" |
-#include "sync/protocol/data_type_state.pb.h" |
+#include "components/sync/core/model_type_processor.h" |
+#include "components/sync/core/non_blocking_sync_common.h" |
+#include "components/sync/protocol/data_type_state.pb.h" |
namespace syncer_v2 { |
@@ -149,4 +149,4 @@ class MockModelTypeProcessor : public ModelTypeProcessor { |
} // namespace syncer_v2 |
-#endif // SYNC_TEST_ENGINE_MOCK_MODEL_TYPE_PROCESSOR_H_ |
+#endif // COMPONENTS_SYNC_TEST_ENGINE_MOCK_MODEL_TYPE_PROCESSOR_H_ |