diff options
author | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-21 00:29:09 +0000 |
---|---|---|
committer | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-21 00:29:09 +0000 |
commit | 92ac0b815ab28656139ecbbe3af11edaecfce61a (patch) | |
tree | 8275b85bca8cebff7f359b37fc06d995cf67ffe3 /net/disk_cache/backend_impl.cc | |
parent | da6970fe3c1c5901070f02379123fa5f5d2a3c11 (diff) | |
download | chromium_src-92ac0b815ab28656139ecbbe3af11edaecfce61a.zip chromium_src-92ac0b815ab28656139ecbbe3af11edaecfce61a.tar.gz chromium_src-92ac0b815ab28656139ecbbe3af11edaecfce61a.tar.bz2 |
Revert cl 23919 to investigate valgrind failures.
TBR=willchan
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/174205
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23926 0039d316-1c4b-4281-b951-d872f2087c98
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 f61fab8..426a130 100644 --- a/net/disk_cache/backend_impl.cc +++ b/net/disk_cache/backend_impl.cc @@ -346,7 +346,7 @@ BackendImpl::~BackendImpl() { timer_.Stop(); - File::WaitForPendingIO(&num_pending_io_); + WaitForPendingIO(&num_pending_io_); DCHECK(!num_refs_); } |