Index: sync/syncable/syncable.h |
diff --git a/sync/syncable/syncable.h b/sync/syncable/syncable.h |
index d568a01de5c4e7f30dc7cfa062e947d9c7dcbc2d..b4ad8beffab36172225fb9a4366e25fe9b56b37c 100644 |
--- a/sync/syncable/syncable.h |
+++ b/sync/syncable/syncable.h |
@@ -1345,6 +1345,11 @@ bool IsLegalNewParent(BaseTransaction* trans, const Id& id, const Id& parentid); |
// This function sets only the flags needed to get this entry to sync. |
bool MarkForSyncing(syncable::MutableEntry* e); |
+void ChangeEntryIDAndUpdateChildren(syncable::WriteTransaction* trans, |
+ syncable::MutableEntry* entry, |
+ const syncable::Id& new_id); |
+ |
+ |
} // namespace syncable |
std::ostream& operator <<(std::ostream&, const syncable::Blob&); |