| Index: net/disk_cache/in_flight_backend_io.cc
|
| diff --git a/net/disk_cache/in_flight_backend_io.cc b/net/disk_cache/in_flight_backend_io.cc
|
| index 8fafa4d72e1dbad8c2ede87e6fcfe774691cbb30..c4caed33083cafaa30d543ebc4f11d81b116eeb4 100644
|
| --- a/net/disk_cache/in_flight_backend_io.cc
|
| +++ b/net/disk_cache/in_flight_backend_io.cc
|
| @@ -513,7 +513,7 @@ void InFlightBackendIO::QueueOperationToList(BackendIO* operation,
|
| if (list->empty())
|
| return PostOperation(operation);
|
|
|
| - list->push_back(operation);
|
| + list->push_back(make_scoped_refptr(operation));
|
| }
|
|
|
| } // namespace
|
|
|