diff options
Diffstat (limited to 'chrome')
-rwxr-xr-x | chrome/browser/sync/syncable/syncable.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/sync/syncable/syncable.cc b/chrome/browser/sync/syncable/syncable.cc index fdd379c..09f75b5 100755 --- a/chrome/browser/sync/syncable/syncable.cc +++ b/chrome/browser/sync/syncable/syncable.cc @@ -1154,6 +1154,7 @@ bool MutableEntry::Put(IdField field, const Id& value) { void MutableEntry::PutParentIdPropertyOnly(const Id& parent_id) { dir()->ReindexParentId(kernel_, parent_id); + kernel_->mark_dirty(); } bool MutableEntry::Put(BaseVersion field, int64 value) { |