| Index: net/disk_cache/blockfile/sparse_control.cc
|
| diff --git a/net/disk_cache/blockfile/sparse_control.cc b/net/disk_cache/blockfile/sparse_control.cc
|
| index d7981b3340036bcc227214ea4903128dafa3f451..303b1baa282f2e813aeba68c4a65c82526393487 100644
|
| --- a/net/disk_cache/blockfile/sparse_control.cc
|
| +++ b/net/disk_cache/blockfile/sparse_control.cc
|
| @@ -165,7 +165,7 @@ net::NetLogEventType GetSparseEventType(
|
|
|
| // Logs the end event for |operation| on a child entry. Range operations log
|
| // no events for each child they search through.
|
| -void LogChildOperationEnd(const net::BoundNetLog& net_log,
|
| +void LogChildOperationEnd(const net::NetLogWithSource& net_log,
|
| disk_cache::SparseControl::SparseOperation operation,
|
| int result) {
|
| if (net_log.IsCapturing()) {
|
|
|