| 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 05f4156f5f1ec3d9c16167c1da541d16162f1d21..8c604d0b942d5c5325f37943004b6a7e4847df2e 100644
|
| --- a/sync/syncable/on_disk_directory_backing_store.h
|
| +++ b/sync/syncable/on_disk_directory_backing_store.h
|
| @@ -40,8 +40,8 @@
|
| MetahandleSet* metahandles_to_purge,
|
| Directory::KernelLoadInfo* kernel_load_info);
|
|
|
| - // The path to the sync DB.
|
| - const base::FilePath backing_file_path_;
|
| + bool allow_failure_for_test_;
|
| + base::FilePath backing_file_path_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(OnDiskDirectoryBackingStore);
|
| };
|
|
|