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