| Index: sync/syncable/directory.cc
|
| diff --git a/sync/syncable/directory.cc b/sync/syncable/directory.cc
|
| index 83b8823d2ae65b933a8e578140c840c5557934ad..12212afe6759d8367dd91c5743e35386af79c82e 100644
|
| --- a/sync/syncable/directory.cc
|
| +++ b/sync/syncable/directory.cc
|
| @@ -249,7 +249,7 @@ void Directory::OnUnrecoverableError(const BaseTransaction* trans,
|
| void Directory::UpdateDeleteJournals(BaseTransaction* trans,
|
| bool was_deleted,
|
| const EntryKernel* entry) {
|
| - if (!IsDeleteJournalEnabledForType(entry->GetServerModelType()))
|
| + if (!IsDeleteJournalEnabled(entry->GetServerModelType()))
|
| return;
|
|
|
| ScopedKernelLock lock(this);
|
|
|