Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(898)

Unified Diff: components/sync/engine/data_type_debug_info_listener.h

Issue 2413313004: [Sync] Move the last things out of core/. (Closed)
Patch Set: Address comments. Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/sync/engine/data_type_debug_info_listener.h
diff --git a/components/sync/core/data_type_debug_info_listener.h b/components/sync/engine/data_type_debug_info_listener.h
similarity index 84%
rename from components/sync/core/data_type_debug_info_listener.h
rename to components/sync/engine/data_type_debug_info_listener.h
index 93c6a161612afe8f95e0084e71ef4bb779a28e4a..881f4fbf579ace21c1a5dc55b42b81247b72f064 100644
--- a/components/sync/core/data_type_debug_info_listener.h
+++ b/components/sync/engine/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 COMPONENTS_SYNC_CORE_DATA_TYPE_DEBUG_INFO_LISTENER_H_
-#define COMPONENTS_SYNC_CORE_DATA_TYPE_DEBUG_INFO_LISTENER_H_
+#ifndef COMPONENTS_SYNC_ENGINE_DATA_TYPE_DEBUG_INFO_LISTENER_H_
+#define COMPONENTS_SYNC_ENGINE_DATA_TYPE_DEBUG_INFO_LISTENER_H_
#include <vector>
#include "components/sync/base/model_type.h"
-#include "components/sync/core/data_type_association_stats.h"
+#include "components/sync/engine/data_type_association_stats.h"
namespace syncer {
@@ -48,4 +48,4 @@ class DataTypeDebugInfoListener {
} // namespace syncer
-#endif // COMPONENTS_SYNC_CORE_DATA_TYPE_DEBUG_INFO_LISTENER_H_
+#endif // COMPONENTS_SYNC_ENGINE_DATA_TYPE_DEBUG_INFO_LISTENER_H_
« no previous file with comments | « components/sync/engine/data_type_association_stats.cc ('k') | components/sync/engine/data_type_debug_info_listener.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698