Index: components/sync/core/simple_metadata_change_list.h |
diff --git a/sync/internal_api/public/simple_metadata_change_list.h b/components/sync/core/simple_metadata_change_list.h |
similarity index 77% |
rename from sync/internal_api/public/simple_metadata_change_list.h |
rename to components/sync/core/simple_metadata_change_list.h |
index 798fb0774773a2e6a758db3d582b05be49832e0d..8a130c20db11dc5e5f3b200533e7adf233d46179 100644 |
--- a/sync/internal_api/public/simple_metadata_change_list.h |
+++ b/components/sync/core/simple_metadata_change_list.h |
@@ -2,18 +2,18 @@ |
// 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_SIMPLE_METADATA_CHANGE_LIST_H_ |
-#define SYNC_INTERNAL_API_PUBLIC_SIMPLE_METADATA_CHANGE_LIST_H_ |
+#ifndef COMPONENTS_SYNC_CORE_SIMPLE_METADATA_CHANGE_LIST_H_ |
+#define COMPONENTS_SYNC_CORE_SIMPLE_METADATA_CHANGE_LIST_H_ |
#include <map> |
#include <string> |
-#include "sync/api/metadata_change_list.h" |
-#include "sync/api/model_type_store.h" |
-#include "sync/base/sync_export.h" |
-#include "sync/internal_api/public/non_blocking_sync_common.h" |
-#include "sync/protocol/data_type_state.pb.h" |
-#include "sync/protocol/entity_metadata.pb.h" |
+#include "components/sync/api/metadata_change_list.h" |
+#include "components/sync/api/model_type_store.h" |
+#include "components/sync/base/sync_export.h" |
+#include "components/sync/core/non_blocking_sync_common.h" |
+#include "components/sync/protocol/data_type_state.pb.h" |
+#include "components/sync/protocol/entity_metadata.pb.h" |
namespace syncer_v2 { |
@@ -63,4 +63,4 @@ class SYNC_EXPORT SimpleMetadataChangeList : public MetadataChangeList { |
} // namespace syncer_v2 |
-#endif // SYNC_INTERNAL_API_PUBLIC_SIMPLE_METADATA_CHANGE_LIST_H_ |
+#endif // COMPONENTS_SYNC_CORE_SIMPLE_METADATA_CHANGE_LIST_H_ |