Index: sync/syncable/syncable.h |
diff --git a/sync/syncable/syncable.h b/sync/syncable/syncable.h |
index d568a01de5c4e7f30dc7cfa062e947d9c7dcbc2d..ef15a19682adb383bb8f7a35f7161a266c92543f 100644 |
--- a/sync/syncable/syncable.h |
+++ b/sync/syncable/syncable.h |
@@ -1345,6 +1345,10 @@ 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&); |