diff options
Diffstat (limited to 'sync/syncable/directory.h')
-rw-r--r-- | sync/syncable/directory.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sync/syncable/directory.h b/sync/syncable/directory.h index 5a07322..7a58dfc 100644 --- a/sync/syncable/directory.h +++ b/sync/syncable/directory.h @@ -507,9 +507,9 @@ class SYNC_EXPORT Directory { void HandleSaveChangesFailure(const SaveChangesSnapshot& snapshot); // For new entry creation only - bool InsertEntry(WriteTransaction* trans, + bool InsertEntry(BaseWriteTransaction* trans, EntryKernel* entry, ScopedKernelLock* lock); - bool InsertEntry(WriteTransaction* trans, EntryKernel* entry); + bool InsertEntry(BaseWriteTransaction* trans, EntryKernel* entry); // Used by CheckTreeInvariants void GetAllMetaHandles(BaseTransaction* trans, MetahandleSet* result); |