Index: net/disk_cache/stress_cache.cc |
=================================================================== |
--- net/disk_cache/stress_cache.cc (revision 124890) |
+++ net/disk_cache/stress_cache.cc (working copy) |
@@ -208,7 +208,7 @@ |
} |
void RunSoon(MessageLoop* target_loop) { |
- const base::TimeDelta kTaskDelay = base::TimeDelta::FromSeconds(10); |
+ const int kTaskDelay = 10000; // 10 seconds |
target_loop->PostDelayedTask( |
FROM_HERE, base::Bind(&CrashCallback), kTaskDelay); |
} |