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

Unified Diff: components/sync_driver/tab_node_pool.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: components/sync_driver/tab_node_pool.h
diff --git a/chrome/browser/sync/sessions/tab_node_pool.h b/components/sync_driver/tab_node_pool.h
similarity index 97%
rename from chrome/browser/sync/sessions/tab_node_pool.h
rename to components/sync_driver/tab_node_pool.h
index 309e050a0e5b75c33698126e6f7a3a981f82e94a..8d35a79505b022f8fb6d7fa4c8964525ad7fac6f 100644
--- a/chrome/browser/sync/sessions/tab_node_pool.h
+++ b/components/sync_driver/tab_node_pool.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_SYNC_SESSIONS_TAB_NODE_POOL_H_
-#define CHROME_BROWSER_SYNC_SESSIONS_TAB_NODE_POOL_H_
+#ifndef COMPONENTS_SYNC_DRIVER_TAB_NODE_POOL_H_
+#define COMPONENTS_SYNC_DRIVER_TAB_NODE_POOL_H_
#include <map>
#include <set>
@@ -162,4 +162,4 @@ class TabNodePool {
} // namespace browser_sync
-#endif // CHROME_BROWSER_SYNC_SESSIONS_TAB_NODE_POOL_H_
+#endif // COMPONENTS_SYNC_DRIVER_TAB_NODE_POOL_H_

Powered by Google App Engine
This is Rietveld 408576698