Chromium Code Reviews| Index: net/disk_cache/sparse_control.h |
| =================================================================== |
| --- net/disk_cache/sparse_control.h (revision 49603) |
| +++ net/disk_cache/sparse_control.h (working copy) |
| @@ -150,7 +150,7 @@ |
| 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_; |