| Index: content/browser/service_worker/service_worker_version.h
|
| diff --git a/content/browser/service_worker/service_worker_version.h b/content/browser/service_worker/service_worker_version.h
|
| index 0c20444ac0f7283469253930ac99de3ff76cc249..4f83cbfc3d36815e7b1247136e92e7dfee34a8a2 100644
|
| --- a/content/browser/service_worker/service_worker_version.h
|
| +++ b/content/browser/service_worker/service_worker_version.h
|
| @@ -593,10 +593,10 @@ class CONTENT_EXPORT ServiceWorkerVersion
|
| base::WeakPtr<ServiceWorkerContextCore> context_;
|
| base::ObserverList<Listener> listeners_;
|
| ServiceWorkerScriptCacheMap script_cache_map_;
|
| - base::OneShotTimer<ServiceWorkerVersion> update_timer_;
|
| + base::OneShotTimer update_timer_;
|
|
|
| // Starts running in StartWorker and continues until the worker is stopped.
|
| - base::RepeatingTimer<ServiceWorkerVersion> timeout_timer_;
|
| + base::RepeatingTimer timeout_timer_;
|
| // Holds the time the worker last started being considered idle.
|
| base::TimeTicks idle_time_;
|
| // Holds the time that the outstanding StartWorker() request started.
|
|
|