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

Unified Diff: components/sync/core_impl/debug_info_event_listener.h

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 5 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/core_impl/debug_info_event_listener.h
diff --git a/sync/internal_api/debug_info_event_listener.h b/components/sync/core_impl/debug_info_event_listener.h
similarity index 85%
rename from sync/internal_api/debug_info_event_listener.h
rename to components/sync/core_impl/debug_info_event_listener.h
index 63548f20f7e7caa460d0e7b6233e90eb8a9d7c03..88f46f5535fc33569639af400f50df23862be645 100644
--- a/sync/internal_api/debug_info_event_listener.h
+++ b/components/sync/core_impl/debug_info_event_listener.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_DEBUG_INFO_EVENT_LISTENER_H_
-#define SYNC_INTERNAL_API_DEBUG_INFO_EVENT_LISTENER_H_
+#ifndef COMPONENTS_SYNC_CORE_IMPL_DEBUG_INFO_EVENT_LISTENER_H_
+#define COMPONENTS_SYNC_CORE_IMPL_DEBUG_INFO_EVENT_LISTENER_H_
#include <deque>
#include <string>
@@ -12,16 +12,16 @@
#include "base/compiler_specific.h"
#include "base/gtest_prod_util.h"
#include "base/macros.h"
-#include "sync/base/sync_export.h"
-#include "sync/internal_api/public/base/model_type.h"
-#include "sync/internal_api/public/data_type_debug_info_listener.h"
-#include "sync/internal_api/public/sessions/sync_session_snapshot.h"
-#include "sync/internal_api/public/sync_encryption_handler.h"
-#include "sync/internal_api/public/sync_manager.h"
-#include "sync/internal_api/public/util/weak_handle.h"
-#include "sync/js/js_backend.h"
-#include "sync/protocol/sync.pb.h"
-#include "sync/sessions/debug_info_getter.h"
+#include "components/sync/base/model_type.h"
+#include "components/sync/base/sync_export.h"
+#include "components/sync/base/weak_handle.h"
+#include "components/sync/core/data_type_debug_info_listener.h"
+#include "components/sync/core/sync_encryption_handler.h"
+#include "components/sync/core/sync_manager.h"
+#include "components/sync/js/js_backend.h"
+#include "components/sync/protocol/sync.pb.h"
+#include "components/sync/sessions/sync_session_snapshot.h"
+#include "components/sync/sessions_impl/debug_info_getter.h"
namespace syncer {
@@ -119,4 +119,4 @@ class SYNC_EXPORT DebugInfoEventListener
} // namespace syncer
-#endif // SYNC_INTERNAL_API_DEBUG_INFO_EVENT_LISTENER_H_
+#endif // COMPONENTS_SYNC_CORE_IMPL_DEBUG_INFO_EVENT_LISTENER_H_
« no previous file with comments | « components/sync/core_impl/change_reorder_buffer.cc ('k') | components/sync/core_impl/debug_info_event_listener.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698