| Index: net/disk_cache/simple/simple_entry_operation.h
|
| diff --git a/net/disk_cache/simple/simple_entry_operation.h b/net/disk_cache/simple/simple_entry_operation.h
|
| index 08863124cfc7bc825ccc80451cf8437eb910f808..ae6b4920677c12b8da803464a2b61ce612ebbd3c 100644
|
| --- a/net/disk_cache/simple/simple_entry_operation.h
|
| +++ b/net/disk_cache/simple/simple_entry_operation.h
|
| @@ -84,9 +84,8 @@ class SimpleEntryOperation {
|
| int length,
|
| int64* out_start,
|
| const CompletionCallback& callback);
|
| - static SimpleEntryOperation DoomOperation(
|
| - SimpleEntryImpl* entry,
|
| - const CompletionCallback& callback);
|
| + static SimpleEntryOperation DoomOperation(SimpleEntryImpl* entry,
|
| + const CompletionCallback& callback);
|
|
|
| bool ConflictsWith(const SimpleEntryOperation& other_op) const;
|
| // Releases all references. After calling this operation, SimpleEntryOperation
|
|
|