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

Unified Diff: components/sync_driver/tab_node_pool.cc

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: components/sync_driver/tab_node_pool.cc
diff --git a/chrome/browser/sync/sessions/tab_node_pool.cc b/components/sync_driver/tab_node_pool.cc
similarity index 99%
rename from chrome/browser/sync/sessions/tab_node_pool.cc
rename to components/sync_driver/tab_node_pool.cc
index 3d9426961b44c82ef6465a42896aa199e7cbfd73..e3f611961fef497d33087e7374aaf7fc17cf50f4 100644
--- a/chrome/browser/sync/sessions/tab_node_pool.cc
+++ b/components/sync_driver/tab_node_pool.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/sync/sessions/tab_node_pool.h"
+#include "components/sync_driver/tab_node_pool.h"
#include "base/format_macros.h"
#include "base/logging.h"

Powered by Google App Engine
This is Rietveld 408576698