| Index: net/disk_cache/file_posix.cc
|
| diff --git a/net/disk_cache/file_posix.cc b/net/disk_cache/file_posix.cc
|
| index bfaad599c098bcb8bb429b31b0f8364670a118ac..cf621f4871428cc601bee0e93dbf18f607b3ef19 100644
|
| --- a/net/disk_cache/file_posix.cc
|
| +++ b/net/disk_cache/file_posix.cc
|
| @@ -122,8 +122,8 @@ class InFlightIO {
|
| void PostRead(disk_cache::File* file, void* buf, size_t buf_len,
|
| size_t offset, disk_cache::FileIOCallback* callback);
|
| void PostWrite(disk_cache::File* file, const void* buf, size_t buf_len,
|
| - size_t offset, disk_cache::FileIOCallback* callback,
|
| - bool delete_buffer);
|
| + size_t offset, disk_cache::FileIOCallback* callback,
|
| + bool delete_buffer);
|
|
|
| // Blocks the current thread until all IO operations tracked by this object
|
| // complete.
|
|
|