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

Unified Diff: ios/chrome/browser/ui/webui/sync_internals/sync_internals_message_handler.h

Issue 2258873003: [Sync] Move sessions/ to engine/cycle/ and rename things to match. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments. Created 4 years, 4 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: ios/chrome/browser/ui/webui/sync_internals/sync_internals_message_handler.h
diff --git a/ios/chrome/browser/ui/webui/sync_internals/sync_internals_message_handler.h b/ios/chrome/browser/ui/webui/sync_internals/sync_internals_message_handler.h
index b05351d0640a4d7c1f8b2920a0bf5e836b95403b..917e063f054440856df298ab6b6de2d9715b6a80 100644
--- a/ios/chrome/browser/ui/webui/sync_internals/sync_internals_message_handler.h
+++ b/ios/chrome/browser/ui/webui/sync_internals/sync_internals_message_handler.h
@@ -12,9 +12,9 @@
#include "base/memory/weak_ptr.h"
#include "components/sync/driver/protocol_event_observer.h"
#include "components/sync/driver/sync_service_observer.h"
+#include "components/sync/engine/cycle/type_debug_info_observer.h"
#include "components/sync/js/js_controller.h"
#include "components/sync/js/js_event_handler.h"
-#include "components/sync/sessions/type_debug_info_observer.h"
#include "ios/web/public/webui/web_ui_ios_message_handler.h"
namespace sync_driver {

Powered by Google App Engine
This is Rietveld 408576698