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

Unified Diff: components/sync_sessions/synced_session_tracker.h

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/synced_session.cc ('k') | components/sync_sessions/synced_window_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync_sessions/synced_session_tracker.h
diff --git a/components/sync_sessions/synced_session_tracker.h b/components/sync_sessions/synced_session_tracker.h
index 891532fc0a42a50f0583ef81de2cd79581ac9dbe..a1a058b9ea6f2f9cd7c1ac5b436b6c76a76d77d9 100644
--- a/components/sync_sessions/synced_session_tracker.h
+++ b/components/sync_sessions/synced_session_tracker.h
@@ -13,8 +13,8 @@
#include "base/basictypes.h"
#include "components/sessions/core/session_id.h"
#include "components/sessions/core/session_types.h"
-#include "components/sync_driver/glue/synced_session.h"
-#include "components/sync_driver/tab_node_pool.h"
+#include "components/sync_sessions/synced_session.h"
+#include "components/sync_sessions/tab_node_pool.h"
namespace sync_sessions {
class SyncSessionsClient;
« no previous file with comments | « components/sync_sessions/synced_session.cc ('k') | components/sync_sessions/synced_window_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698