| 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 e400ac3bbaedb44560618ca6fc8bf96fc4534378..fe5382923c54df8d0b8033c100284797c70f0302 100644
|
| --- a/net/disk_cache/in_flight_backend_io.cc
|
| +++ b/net/disk_cache/in_flight_backend_io.cc
|
| @@ -181,6 +181,8 @@ void BackendIO::ReadyForSparseIO(EntryImpl* entry) {
|
| entry_ = entry;
|
| }
|
|
|
| +BackendIO::~BackendIO() {}
|
| +
|
| // Runs on the background thread.
|
| void BackendIO::ExecuteBackendOperation() {
|
| switch (operation_) {
|
|
|