Index: content/browser/service_worker/service_worker_registration.h |
diff --git a/content/browser/service_worker/service_worker_registration.h b/content/browser/service_worker/service_worker_registration.h |
index 9ed212b4418dc8f839cb0c92024ddf15365ee2f9..8da2969b5fbea56cd3a5268fb86a9f11f1d893ff 100644 |
--- a/content/browser/service_worker/service_worker_registration.h |
+++ b/content/browser/service_worker/service_worker_registration.h |
@@ -180,7 +180,7 @@ class CONTENT_EXPORT ServiceWorkerRegistration |
scoped_refptr<ServiceWorkerVersion> active_version_; |
scoped_refptr<ServiceWorkerVersion> waiting_version_; |
scoped_refptr<ServiceWorkerVersion> installing_version_; |
- ObserverList<Listener> listeners_; |
+ base::ObserverList<Listener> listeners_; |
base::WeakPtr<ServiceWorkerContextCore> context_; |
DISALLOW_COPY_AND_ASSIGN(ServiceWorkerRegistration); |