| Index: sync/internal_api/read_node.cc
|
| diff --git a/sync/internal_api/read_node.cc b/sync/internal_api/read_node.cc
|
| index 84fe4b55eb3389606527180b5747932161c02106..b524f330e86e6823e90ac6104d878e10e516f662 100644
|
| --- a/sync/internal_api/read_node.cc
|
| +++ b/sync/internal_api/read_node.cc
|
| @@ -8,6 +8,7 @@
|
| #include "sync/internal_api/public/base_transaction.h"
|
| #include "sync/syncable/base_transaction.h"
|
| #include "sync/syncable/entry.h"
|
| +#include "sync/syncable/syncable_util.h"
|
|
|
| namespace syncer {
|
|
|
| @@ -57,7 +58,7 @@ BaseNode::InitByLookupResult ReadNode::InitByClientTagLookup(
|
| if (tag.empty())
|
| return INIT_FAILED_PRECONDITION;
|
|
|
| - const std::string hash = GenerateSyncableHash(model_type, tag);
|
| + const std::string hash = syncable::GenerateSyncableHash(model_type, tag);
|
|
|
| entry_ = new syncable::Entry(transaction_->GetWrappedTrans(),
|
| syncable::GET_BY_CLIENT_TAG, hash);
|
|
|