diff options
Diffstat (limited to 'net/disk_cache/backend_impl.cc')
-rw-r--r-- | net/disk_cache/backend_impl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/disk_cache/backend_impl.cc b/net/disk_cache/backend_impl.cc index 426a130..f61fab8 100644 --- a/net/disk_cache/backend_impl.cc +++ b/net/disk_cache/backend_impl.cc @@ -346,7 +346,7 @@ BackendImpl::~BackendImpl() { timer_.Stop(); - WaitForPendingIO(&num_pending_io_); + File::WaitForPendingIO(&num_pending_io_); DCHECK(!num_refs_); } |