Index: components/sync/api/fake_model_type_service.h |
diff --git a/sync/api/fake_model_type_service.h b/components/sync/api/fake_model_type_service.h |
similarity index 84% |
rename from sync/api/fake_model_type_service.h |
rename to components/sync/api/fake_model_type_service.h |
index ff5fef8e433cafe08a3fe90f9134a052fa11fbaf..2642c93bf9d093c63f46a2e46e2f706a2512d32a 100644 |
--- a/sync/api/fake_model_type_service.h |
+++ b/components/sync/api/fake_model_type_service.h |
@@ -2,12 +2,12 @@ |
// 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_SERVICE_H_ |
-#define SYNC_API_FAKE_MODEL_TYPE_SERVICE_H_ |
+#ifndef COMPONENTS_SYNC_API_FAKE_MODEL_TYPE_SERVICE_H_ |
+#define COMPONENTS_SYNC_API_FAKE_MODEL_TYPE_SERVICE_H_ |
#include <string> |
-#include "sync/api/model_type_service.h" |
+#include "components/sync/api/model_type_service.h" |
namespace syncer_v2 { |
@@ -37,4 +37,4 @@ class FakeModelTypeService : public ModelTypeService { |
} // namespace syncer_v2 |
-#endif // SYNC_API_FAKE_MODEL_TYPE_SERVICE_H_ |
+#endif // COMPONENTS_SYNC_API_FAKE_MODEL_TYPE_SERVICE_H_ |