| Index: content/browser/service_worker/service_worker_context_wrapper.h
|
| diff --git a/content/browser/service_worker/service_worker_context_wrapper.h b/content/browser/service_worker/service_worker_context_wrapper.h
|
| index 0e5dab014e06dd897d4d2c23dbe27e46124db55e..558ecadadb5bb687242ce8afc2a9089f09067ed5 100644
|
| --- a/content/browser/service_worker/service_worker_context_wrapper.h
|
| +++ b/content/browser/service_worker/service_worker_context_wrapper.h
|
| @@ -172,8 +172,8 @@ class CONTENT_EXPORT ServiceWorkerContextWrapper
|
| // DeleteAndStartOver fails.
|
| ServiceWorkerContextCore* context();
|
|
|
| - const scoped_refptr<ObserverListThreadSafe<ServiceWorkerContextObserver> >
|
| - observer_list_;
|
| + const scoped_refptr<base::ObserverListThreadSafe<
|
| + ServiceWorkerContextObserver>> observer_list_;
|
| const scoped_ptr<ServiceWorkerProcessManager> process_manager_;
|
| // Cleared in Shutdown():
|
| scoped_ptr<ServiceWorkerContextCore> context_core_;
|
|
|