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