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

Unified Diff: chrome/browser/sync/glue/synced_session_tracker.h

Issue 1275003003: Componentize tab_node_pool to sync_driver (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updated dependencies Created 5 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: chrome/browser/sync/glue/synced_session_tracker.h
diff --git a/chrome/browser/sync/glue/synced_session_tracker.h b/chrome/browser/sync/glue/synced_session_tracker.h
index 5448d224c866cfb0316bbcd797ef31b6b59b649e..ca97c579a4fefaa463656c8b25d61616934f0eee 100644
--- a/chrome/browser/sync/glue/synced_session_tracker.h
+++ b/chrome/browser/sync/glue/synced_session_tracker.h
@@ -12,10 +12,10 @@
#include "base/basictypes.h"
#include "base/memory/scoped_vector.h"
-#include "chrome/browser/sync/sessions/tab_node_pool.h"
#include "components/sessions/session_id.h"
#include "components/sessions/session_types.h"
#include "components/sync_driver/glue/synced_session.h"
+#include "components/sync_driver/tab_node_pool.h"
namespace browser_sync {
« no previous file with comments | « no previous file | chrome/browser/sync/sessions/sessions_sync_manager.h » ('j') | components/sync_driver/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698