| 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_
|
|
|