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

Unified Diff: components/sync_driver/tab_node_pool_unittest.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
« components/sync_driver/BUILD.gn ('K') | « components/sync_driver/tab_node_pool.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync_driver/tab_node_pool_unittest.cc
diff --git a/chrome/browser/sync/sessions/tab_node_pool_unittest.cc b/components/sync_driver/tab_node_pool_unittest.cc
similarity index 99%
rename from chrome/browser/sync/sessions/tab_node_pool_unittest.cc
rename to components/sync_driver/tab_node_pool_unittest.cc
index f48b8d38ce54e26b386f7e778fb407319558aaa8..de7df8116324829563aa42138b2bf9a3867c97dc 100644
--- a/chrome/browser/sync/sessions/tab_node_pool_unittest.cc
+++ b/components/sync_driver/tab_node_pool_unittest.cc
@@ -2,9 +2,8 @@
// 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/logging.h"
#include "sync/api/sync_change.h"
#include "sync/protocol/session_specifics.pb.h"
#include "sync/protocol/sync.pb.h"
« components/sync_driver/BUILD.gn ('K') | « components/sync_driver/tab_node_pool.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698