summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/storage_block-inl.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/disk_cache/storage_block-inl.h')
-rw-r--r--net/disk_cache/storage_block-inl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/disk_cache/storage_block-inl.h b/net/disk_cache/storage_block-inl.h
index 08ade9a..6dfe025 100644
--- a/net/disk_cache/storage_block-inl.h
+++ b/net/disk_cache/storage_block-inl.h
@@ -38,7 +38,7 @@ namespace disk_cache {
template<typename T> StorageBlock<T>::StorageBlock(MappedFile* file,
Addr address)
- : file_(file), address_(address), data_(NULL), modified_(false),
+ : data_(NULL), file_(file), address_(address), modified_(false),
own_data_(false), extended_(false) {
if (address.num_blocks() > 1)
extended_ = true;