Index: components/sync/core/internal_components_factory_impl.h |
diff --git a/sync/internal_api/public/internal_components_factory_impl.h b/components/sync/core/internal_components_factory_impl.h |
similarity index 83% |
rename from sync/internal_api/public/internal_components_factory_impl.h |
rename to components/sync/core/internal_components_factory_impl.h |
index 06365c0ab930d3f4cb069a22cbfe736f49d124e3..6c7a77ad09b20c5698f8b678785862ec3b8895da 100644 |
--- a/sync/internal_api/public/internal_components_factory_impl.h |
+++ b/components/sync/core/internal_components_factory_impl.h |
@@ -5,15 +5,15 @@ |
// An InternalComponentsFactory implementation designed for real production / |
// normal use. |
-#ifndef SYNC_INTERNAL_API_PUBLIC_INTERNAL_COMPONENTS_FACTORY_IMPL_H_ |
-#define SYNC_INTERNAL_API_PUBLIC_INTERNAL_COMPONENTS_FACTORY_IMPL_H_ |
+#ifndef COMPONENTS_SYNC_CORE_INTERNAL_COMPONENTS_FACTORY_IMPL_H_ |
+#define COMPONENTS_SYNC_CORE_INTERNAL_COMPONENTS_FACTORY_IMPL_H_ |
#include <string> |
#include <vector> |
#include "base/macros.h" |
-#include "sync/base/sync_export.h" |
-#include "sync/internal_api/public/internal_components_factory.h" |
+#include "components/sync/base/sync_export.h" |
+#include "components/sync/core/internal_components_factory.h" |
namespace syncer { |
@@ -51,4 +51,4 @@ class SYNC_EXPORT InternalComponentsFactoryImpl |
} // namespace syncer |
-#endif // SYNC_INTERNAL_API_PUBLIC_INTERNAL_COMPONENTS_FACTORY_IMPL_H_ |
+#endif // COMPONENTS_SYNC_CORE_INTERNAL_COMPONENTS_FACTORY_IMPL_H_ |