| Index: net/disk_cache/stress_cache.cc
|
| diff --git a/net/disk_cache/stress_cache.cc b/net/disk_cache/stress_cache.cc
|
| index 9c3c5a6333eb9d80fcb0b90c3f6c802553a82f45..3b91c3b6f52209a6361a29bfcd91de2d21a59a30 100644
|
| --- a/net/disk_cache/stress_cache.cc
|
| +++ b/net/disk_cache/stress_cache.cc
|
| @@ -279,7 +279,7 @@ int main(int argc, const char* argv[]) {
|
|
|
| // Some time for the memory manager to flush stuff.
|
| base::PlatformThread::Sleep(base::TimeDelta::FromSeconds(3));
|
| - base::MessageLoop message_loop(base::MessageLoop::TYPE_IO);
|
| + base::MessageLoopForIO message_loop;
|
|
|
| char* end;
|
| long int iteration = strtol(argv[1], &end, 0);
|
|
|