| Index: components/sync/syncable/parent_child_index_unittest.cc
|
| diff --git a/components/sync/syncable/parent_child_index_unittest.cc b/components/sync/syncable/parent_child_index_unittest.cc
|
| index 0ac90030ebf38cf85d66db2c798284e6c7b30166..ff8e5004154c381a25532170fb75be5ac0bf5b2c 100644
|
| --- a/components/sync/syncable/parent_child_index_unittest.cc
|
| +++ b/components/sync/syncable/parent_child_index_unittest.cc
|
| @@ -8,8 +8,8 @@
|
|
|
| #include "base/memory/ptr_util.h"
|
| #include "base/strings/string_number_conversions.h"
|
| +#include "components/sync/base/hash_util.h"
|
| #include "components/sync/syncable/entry_kernel.h"
|
| -#include "components/sync/syncable/syncable_util.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace syncer {
|
| @@ -88,7 +88,7 @@ class ParentChildIndexTest : public testing::Test {
|
| bm->put(ID, GetBookmarkId(n));
|
| bm->put(PARENT_ID, GetBookmarkRootId());
|
|
|
| - bm->put(UNIQUE_BOOKMARK_TAG, syncable::GenerateSyncableBookmarkHash(
|
| + bm->put(UNIQUE_BOOKMARK_TAG, GenerateSyncableBookmarkHash(
|
| kCacheGuid, bm->ref(ID).GetServerId()));
|
|
|
| UniquePosition unique_pos =
|
|
|