| Index: content/browser/dom_storage/dom_storage_context_impl.h
|
| diff --git a/content/browser/dom_storage/dom_storage_context_impl.h b/content/browser/dom_storage/dom_storage_context_impl.h
|
| index f71ab6a9d72836ee83e766fa3c6743b26dbb0912..c2b72bed5369c57aa6c3172b07547240c72577a9 100644
|
| --- a/content/browser/dom_storage/dom_storage_context_impl.h
|
| +++ b/content/browser/dom_storage/dom_storage_context_impl.h
|
| @@ -205,7 +205,7 @@ class CONTENT_EXPORT DOMStorageContextImpl
|
| scoped_refptr<DOMStorageTaskRunner> task_runner_;
|
|
|
| // List of objects observing local storage events.
|
| - ObserverList<EventObserver> event_observers_;
|
| + base::ObserverList<EventObserver> event_observers_;
|
|
|
| // We use a 32 bit identifier for per tab storage sessions.
|
| // At a tab per second, this range is large enough for 68 years.
|
|
|