| Index: net/disk_cache/disk_cache_test_util.cc
|
| ===================================================================
|
| --- net/disk_cache/disk_cache_test_util.cc (revision 34517)
|
| +++ net/disk_cache/disk_cache_test_util.cc (working copy)
|
| @@ -7,7 +7,6 @@
|
| #include "base/logging.h"
|
| #include "base/file_util.h"
|
| #include "base/path_service.h"
|
| -#include "net/base/net_errors.h"
|
| #include "net/disk_cache/backend_impl.h"
|
| #include "net/disk_cache/cache_util.h"
|
| #include "net/disk_cache/file.h"
|
| @@ -125,14 +124,6 @@
|
|
|
| // -----------------------------------------------------------------------
|
|
|
| -int SimpleCallbackTest::GetResult(int result) {
|
| - if (net::ERR_IO_PENDING != result)
|
| - return result;
|
| - return WaitForResult();
|
| -}
|
| -
|
| -// -----------------------------------------------------------------------
|
| -
|
| MessageLoopHelper::MessageLoopHelper()
|
| : num_callbacks_(0),
|
| num_iterations_(0),
|
|
|