| Index: content/browser/loader/resource_dispatcher_host_impl.h
|
| diff --git a/content/browser/loader/resource_dispatcher_host_impl.h b/content/browser/loader/resource_dispatcher_host_impl.h
|
| index 1d78c346cbebbd561381ccba9f32d4b307753046..dc65e5a8df5a31cd7f2a9ffc2a65194722716d14 100644
|
| --- a/content/browser/loader/resource_dispatcher_host_impl.h
|
| +++ b/content/browser/loader/resource_dispatcher_host_impl.h
|
| @@ -522,8 +522,7 @@ class CONTENT_EXPORT ResourceDispatcherHostImpl
|
|
|
| // A timer that periodically calls UpdateLoadInfo while pending_loaders_ is
|
| // not empty and at least one RenderViewHost is loading.
|
| - scoped_ptr<base::RepeatingTimer<ResourceDispatcherHostImpl> >
|
| - update_load_states_timer_;
|
| + scoped_ptr<base::RepeatingTimer> update_load_states_timer_;
|
|
|
| // We own the save file manager.
|
| scoped_refptr<SaveFileManager> save_file_manager_;
|
|
|