| Index: content/browser/loader/resource_dispatcher_host_impl.cc
|
| diff --git a/content/browser/loader/resource_dispatcher_host_impl.cc b/content/browser/loader/resource_dispatcher_host_impl.cc
|
| index a5d74a92cd6954b74f778985fefad2b86e18017d..69c1af4311381ff63eff611b9a1f25725499faec 100644
|
| --- a/content/browser/loader/resource_dispatcher_host_impl.cc
|
| +++ b/content/browser/loader/resource_dispatcher_host_impl.cc
|
| @@ -471,8 +471,7 @@ ResourceDispatcherHostImpl::ResourceDispatcherHostImpl()
|
| base::Bind(&ResourceDispatcherHostImpl::OnInit,
|
| base::Unretained(this)));
|
|
|
| - update_load_states_timer_.reset(
|
| - new base::RepeatingTimer<ResourceDispatcherHostImpl>());
|
| + update_load_states_timer_.reset(new base::RepeatingTimer());
|
| }
|
|
|
| ResourceDispatcherHostImpl::~ResourceDispatcherHostImpl() {
|
|
|