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

Unified Diff: ios/chrome/browser/sync/ios_chrome_synced_tab_delegate.cc

Issue 1443453002: [Sync] Move sessions files from sync_driver to sync_sessions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove ui/gfx deps. Created 5 years, 1 month 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
« no previous file with comments | « components/sync_sessions/tab_node_pool_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/sync/ios_chrome_synced_tab_delegate.cc
diff --git a/ios/chrome/browser/sync/ios_chrome_synced_tab_delegate.cc b/ios/chrome/browser/sync/ios_chrome_synced_tab_delegate.cc
index a563ce51e1b0c9afb0927d8b4ac23aded2eb4a1c..353887b50f87fd7d843384e25b14c5609d5f2ddb 100644
--- a/ios/chrome/browser/sync/ios_chrome_synced_tab_delegate.cc
+++ b/ios/chrome/browser/sync/ios_chrome_synced_tab_delegate.cc
@@ -6,9 +6,9 @@
#include "base/memory/ref_counted.h"
#include "components/sessions/ios/ios_serialized_navigation_builder.h"
-#include "components/sync_driver/glue/synced_window_delegate.h"
-#include "components/sync_driver/sessions/synced_window_delegates_getter.h"
#include "components/sync_sessions/sync_sessions_client.h"
+#include "components/sync_sessions/synced_window_delegate.h"
+#include "components/sync_sessions/synced_window_delegates_getter.h"
#include "ios/chrome/browser/sessions/ios_chrome_session_tab_helper.h"
#include "ios/web/public/favicon_status.h"
#include "ios/web/public/navigation_item.h"
« no previous file with comments | « components/sync_sessions/tab_node_pool_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698