| Index: net/disk_cache/sparse_control.h
|
| diff --git a/net/disk_cache/sparse_control.h b/net/disk_cache/sparse_control.h
|
| index 88a012b586ac010c577ee319f5a1584e014effe1..15704df0b14a87d00bfbafe21d90d2a4cfc1fe14 100644
|
| --- a/net/disk_cache/sparse_control.h
|
| +++ b/net/disk_cache/sparse_control.h
|
| @@ -40,12 +40,7 @@ class SparseControl {
|
| kGetRangeOperation
|
| };
|
|
|
| - explicit SparseControl(EntryImpl* entry)
|
| - : entry_(entry), child_(NULL), operation_(kNoOperation), init_(false),
|
| - child_map_(child_data_.bitmap, kNumSparseBits, kNumSparseBits / 32),
|
| - ALLOW_THIS_IN_INITIALIZER_LIST(
|
| - child_callback_(this, &SparseControl::OnChildIOCompleted)),
|
| - user_callback_(NULL) {}
|
| + explicit SparseControl(EntryImpl* entry);
|
| ~SparseControl();
|
|
|
| // Initializes the object for the current entry. If this entry already stores
|
|
|