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

Unified Diff: components/sync/syncable/parent_child_index_unittest.cc

Issue 2502253003: [Sync] Move GenerateSyncableHash to base. (Closed)
Patch Set: Keep full syncable/ DEP. Created 4 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
« no previous file with comments | « components/sync/syncable/mutable_entry.cc ('k') | components/sync/syncable/read_node.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 =
« no previous file with comments | « components/sync/syncable/mutable_entry.cc ('k') | components/sync/syncable/read_node.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698