Index: components/sync/core/model_type_store_impl.h |
diff --git a/sync/internal_api/public/model_type_store_impl.h b/components/sync/core/model_type_store_impl.h |
similarity index 94% |
rename from sync/internal_api/public/model_type_store_impl.h |
rename to components/sync/core/model_type_store_impl.h |
index 144f1092e554cff5100609e23eb0f70f92b00960..7c8ff21a0f556bb3d38aed09788169b8dfa61bb4 100644 |
--- a/sync/internal_api/public/model_type_store_impl.h |
+++ b/components/sync/core/model_type_store_impl.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_INTERNAL_API_PUBLIC_MODEL_TYPE_STORE_IMPL_H_ |
-#define SYNC_INTERNAL_API_PUBLIC_MODEL_TYPE_STORE_IMPL_H_ |
+#ifndef COMPONENTS_SYNC_CORE_MODEL_TYPE_STORE_IMPL_H_ |
+#define COMPONENTS_SYNC_CORE_MODEL_TYPE_STORE_IMPL_H_ |
#include <memory> |
#include <string> |
@@ -11,8 +11,8 @@ |
#include "base/memory/ref_counted.h" |
#include "base/memory/weak_ptr.h" |
#include "base/threading/non_thread_safe.h" |
-#include "sync/api/model_type_store.h" |
-#include "sync/internal_api/public/base/model_type.h" |
+#include "components/sync/api/model_type_store.h" |
+#include "components/sync/base/model_type.h" |
namespace leveldb { |
class WriteBatch; |
@@ -120,4 +120,4 @@ class ModelTypeStoreImpl : public ModelTypeStore, public base::NonThreadSafe { |
} // namespace syncer_v2 |
-#endif // SYNC_INTERNAL_API_PUBLIC_MODEL_TYPE_STORE_IMPL_H_ |
+#endif // COMPONENTS_SYNC_CORE_MODEL_TYPE_STORE_IMPL_H_ |