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

Unified Diff: components/sync/engine_impl/debug_info_event_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_impl/debug_info_event_listener.h
diff --git a/components/sync/core_impl/debug_info_event_listener.h b/components/sync/engine_impl/debug_info_event_listener.h
similarity index 92%
rename from components/sync/core_impl/debug_info_event_listener.h
rename to components/sync/engine_impl/debug_info_event_listener.h
index cd70cb031d39bbd7a3e0b0641fd2b6fea3aca981..a3cfb45bbf93ed2f3fa7abfcdf6a7267384478ef 100644
--- a/components/sync/core_impl/debug_info_event_listener.h
+++ b/components/sync/engine_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 COMPONENTS_SYNC_CORE_IMPL_DEBUG_INFO_EVENT_LISTENER_H_
-#define COMPONENTS_SYNC_CORE_IMPL_DEBUG_INFO_EVENT_LISTENER_H_
+#ifndef COMPONENTS_SYNC_ENGINE_IMPL_DEBUG_INFO_EVENT_LISTENER_H_
+#define COMPONENTS_SYNC_ENGINE_IMPL_DEBUG_INFO_EVENT_LISTENER_H_
#include <deque>
#include <string>
@@ -14,10 +14,10 @@
#include "base/macros.h"
#include "components/sync/base/model_type.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/engine/cycle/sync_cycle_snapshot.h"
+#include "components/sync/engine/data_type_debug_info_listener.h"
+#include "components/sync/engine/sync_encryption_handler.h"
+#include "components/sync/engine/sync_manager.h"
#include "components/sync/engine_impl/cycle/debug_info_getter.h"
#include "components/sync/js/js_backend.h"
#include "components/sync/protocol/sync.pb.h"
@@ -116,4 +116,4 @@ class DebugInfoEventListener : public SyncManager::Observer,
} // namespace syncer
-#endif // COMPONENTS_SYNC_CORE_IMPL_DEBUG_INFO_EVENT_LISTENER_H_
+#endif // COMPONENTS_SYNC_ENGINE_IMPL_DEBUG_INFO_EVENT_LISTENER_H_

Powered by Google App Engine
This is Rietveld 408576698