Index: components/sync/api/fake_model_type_change_processor.h |
diff --git a/sync/api/fake_model_type_change_processor.h b/components/sync/api/fake_model_type_change_processor.h |
similarity index 78% |
rename from sync/api/fake_model_type_change_processor.h |
rename to components/sync/api/fake_model_type_change_processor.h |
index 4bf59b6d33b0146c533c0a592d09079f8272003c..d41942b82aac59a25821881ddda548dde90cb70d 100644 |
--- a/sync/api/fake_model_type_change_processor.h |
+++ b/components/sync/api/fake_model_type_change_processor.h |
@@ -2,14 +2,14 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef SYNC_API_FAKE_MODEL_TYPE_CHANGE_PROCESSOR_H_ |
-#define SYNC_API_FAKE_MODEL_TYPE_CHANGE_PROCESSOR_H_ |
+#ifndef COMPONENTS_SYNC_API_FAKE_MODEL_TYPE_CHANGE_PROCESSOR_H_ |
+#define COMPONENTS_SYNC_API_FAKE_MODEL_TYPE_CHANGE_PROCESSOR_H_ |
#include <string> |
-#include "sync/api/metadata_change_list.h" |
-#include "sync/api/model_type_change_processor.h" |
-#include "sync/internal_api/public/base/model_type.h" |
+#include "components/sync/api/metadata_change_list.h" |
+#include "components/sync/api/model_type_change_processor.h" |
+#include "components/sync/base/model_type.h" |
namespace syncer_v2 { |
@@ -43,4 +43,4 @@ class FakeModelTypeChangeProcessor : public ModelTypeChangeProcessor { |
} // namespace syncer_v2 |
-#endif // SYNC_API_FAKE_MODEL_TYPE_CHANGE_PROCESSOR_H_ |
+#endif // COMPONENTS_SYNC_API_FAKE_MODEL_TYPE_CHANGE_PROCESSOR_H_ |