diff options
Diffstat (limited to 'net/disk_cache/sparse_control.h')
-rw-r--r-- | net/disk_cache/sparse_control.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/disk_cache/sparse_control.h b/net/disk_cache/sparse_control.h index ee77b4b..b88f258 100644 --- a/net/disk_cache/sparse_control.h +++ b/net/disk_cache/sparse_control.h @@ -150,7 +150,7 @@ class SparseControl { void DoAbortCallbacks(); EntryImpl* entry_; // The sparse entry. - Entry* child_; // The current child entry. + EntryImpl* child_; // The current child entry. SparseOperation operation_; bool pending_; // True if any child IO operation returned pending. bool finished_; |