| Index: net/disk_cache/backend_impl.cc
|
| diff --git a/net/disk_cache/backend_impl.cc b/net/disk_cache/backend_impl.cc
|
| index 520be91ca2814f789bca3a9e4cc93b9ae782d44c..783a04d9a7ac10d05df6d364db144e203316fa8d 100644
|
| --- a/net/disk_cache/backend_impl.cc
|
| +++ b/net/disk_cache/backend_impl.cc
|
| @@ -470,7 +470,7 @@ int BackendImpl::SyncInit() {
|
| // Create a recurrent timer of 30 secs.
|
| int timer_delay = unit_test_ ? 1000 : 30000;
|
| timer_.Start(TimeDelta::FromMilliseconds(timer_delay), this,
|
| - &BackendImpl::OnStatsTimer);
|
| + &BackendImpl::OnStatsTimer, FROM_HERE);
|
| }
|
|
|
| init_ = true;
|
|
|