| Index: sync/syncable/on_disk_directory_backing_store.h
|
| diff --git a/sync/syncable/on_disk_directory_backing_store.h b/sync/syncable/on_disk_directory_backing_store.h
|
| index 95a61e1e9a702c48d3f06189bc420f4f01451852..06e14b85b618118229684efc6b56a56e6c728cf8 100644
|
| --- a/sync/syncable/on_disk_directory_backing_store.h
|
| +++ b/sync/syncable/on_disk_directory_backing_store.h
|
| @@ -22,12 +22,14 @@ class SYNC_EXPORT_PRIVATE OnDiskDirectoryBackingStore
|
| virtual ~OnDiskDirectoryBackingStore();
|
| virtual DirOpenResult Load(
|
| MetahandlesIndex* entry_bucket,
|
| + JournalIndex* delete_journals,
|
| Directory::KernelLoadInfo* kernel_load_info) OVERRIDE;
|
|
|
| // A helper function that will make one attempt to load the directory.
|
| // Unlike Load(), it does not attempt to recover from failure.
|
| DirOpenResult TryLoad(
|
| MetahandlesIndex* entry_bucket,
|
| + JournalIndex* delete_journals,
|
| Directory::KernelLoadInfo* kernel_load_info);
|
|
|
| protected:
|
|
|