Index: components/sync/core/data_type_debug_info_listener.h |
diff --git a/sync/internal_api/public/data_type_debug_info_listener.h b/components/sync/core/data_type_debug_info_listener.h |
similarity index 81% |
rename from sync/internal_api/public/data_type_debug_info_listener.h |
rename to components/sync/core/data_type_debug_info_listener.h |
index 9101bdd79db0461382894828fb5fa1dfa76569b7..40ca8fde56be3a842ebd79c332a1880b7a89c788 100644 |
--- a/sync/internal_api/public/data_type_debug_info_listener.h |
+++ b/components/sync/core/data_type_debug_info_listener.h |
@@ -2,13 +2,13 @@ |
// 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_DATA_TYPE_DEBUG_INFO_LISTENER_H_ |
-#define SYNC_INTERNAL_API_PUBLIC_DATA_TYPE_DEBUG_INFO_LISTENER_H_ |
+#ifndef COMPONENTS_SYNC_CORE_DATA_TYPE_DEBUG_INFO_LISTENER_H_ |
+#define COMPONENTS_SYNC_CORE_DATA_TYPE_DEBUG_INFO_LISTENER_H_ |
#include <vector> |
-#include "sync/internal_api/public/base/model_type.h" |
-#include "sync/internal_api/public/data_type_association_stats.h" |
+#include "components/sync/base/model_type.h" |
+#include "components/sync/core/data_type_association_stats.h" |
namespace syncer { |
@@ -48,4 +48,4 @@ class DataTypeDebugInfoListener { |
} // namespace syncer |
-#endif // SYNC_INTERNAL_API_PUBLIC_DATA_TYPE_DEBUG_INFO_LISTENER_H_ |
+#endif // COMPONENTS_SYNC_CORE_DATA_TYPE_DEBUG_INFO_LISTENER_H_ |