| Index: net/disk_cache/simple/simple_synchronous_entry.h
|
| diff --git a/net/disk_cache/simple/simple_synchronous_entry.h b/net/disk_cache/simple/simple_synchronous_entry.h
|
| index 3c939a835a5b023ffe55d35b5f3ade1298ff1465..3b37c095a690591f89a8b2a344d124e1d2e7cfc4 100644
|
| --- a/net/disk_cache/simple/simple_synchronous_entry.h
|
| +++ b/net/disk_cache/simple/simple_synchronous_entry.h
|
| @@ -279,7 +279,7 @@ class SimpleSynchronousEntry {
|
| bool* out_has_crc32,
|
| bool* out_has_key_sha256,
|
| uint32_t* out_crc32,
|
| - int* out_data_size) const;
|
| + int32_t* out_data_size) const;
|
| void Doom() const;
|
|
|
| // Opens the sparse data file and scans it if it exists.
|
|
|