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

Unified Diff: components/sync_sessions/tab_node_pool_unittest.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
Index: components/sync_sessions/tab_node_pool_unittest.cc
diff --git a/components/sync_driver/tab_node_pool_unittest.cc b/components/sync_sessions/tab_node_pool_unittest.cc
similarity index 98%
rename from components/sync_driver/tab_node_pool_unittest.cc
rename to components/sync_sessions/tab_node_pool_unittest.cc
index 71f4d9369312a5dd2b82b6ee0eb19d8b92528fc6..b87e84cc9028e31d6f4780ddf3d6c607599e73c0 100644
--- a/components/sync_driver/tab_node_pool_unittest.cc
+++ b/components/sync_sessions/tab_node_pool_unittest.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 "components/sync_driver/tab_node_pool.h"
+#include "components/sync_sessions/tab_node_pool.h"
#include <vector>
@@ -24,8 +24,7 @@ class SyncTabNodePoolTest : public testing::Test {
TabNodePool pool_;
};
-void SyncTabNodePoolTest::AddFreeTabNodes(
- size_t size, const int node_ids[]) {
+void SyncTabNodePoolTest::AddFreeTabNodes(size_t size, const int node_ids[]) {
for (size_t i = 0; i < size; ++i) {
pool_.free_nodes_pool_.insert(node_ids[i]);
}
« no previous file with comments | « components/sync_sessions/tab_node_pool.cc ('k') | ios/chrome/browser/sync/ios_chrome_synced_tab_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698