| Index: net/disk_cache/simple/simple_entry_operation.cc
|
| diff --git a/net/disk_cache/simple/simple_entry_operation.cc b/net/disk_cache/simple/simple_entry_operation.cc
|
| index 7dfe0d2111f96f7bbd07ea8aa8373ba4346ef842..a79292dcde1fd273df49f1da4936f0eb068d89c6 100644
|
| --- a/net/disk_cache/simple/simple_entry_operation.cc
|
| +++ b/net/disk_cache/simple/simple_entry_operation.cc
|
| @@ -29,7 +29,6 @@ bool IsSparseType(unsigned type) {
|
| return type == SimpleEntryOperation::TYPE_READ_SPARSE ||
|
| type == SimpleEntryOperation::TYPE_WRITE_SPARSE;
|
| }
|
| -
|
| }
|
|
|
| SimpleEntryOperation::SimpleEntryOperation(const SimpleEntryOperation& other)
|
| @@ -49,7 +48,8 @@ SimpleEntryOperation::SimpleEntryOperation(const SimpleEntryOperation& other)
|
| alone_in_queue_(other.alone_in_queue_) {
|
| }
|
|
|
| -SimpleEntryOperation::~SimpleEntryOperation() {}
|
| +SimpleEntryOperation::~SimpleEntryOperation() {
|
| +}
|
|
|
| // static
|
| SimpleEntryOperation SimpleEntryOperation::OpenOperation(
|
|
|