| Index: content/browser/appcache/appcache_host.h
|
| diff --git a/content/browser/appcache/appcache_host.h b/content/browser/appcache/appcache_host.h
|
| index f43952006f7d69a44406399106cbd063f4e097ae..82029baf3f68eec63ee95964ed97af3217dc8feb 100644
|
| --- a/content/browser/appcache/appcache_host.h
|
| +++ b/content/browser/appcache/appcache_host.h
|
| @@ -317,7 +317,7 @@ class CONTENT_EXPORT AppCacheHost
|
| bool associated_cache_info_pending_;
|
|
|
| // List of objects observing us.
|
| - ObserverList<Observer> observers_;
|
| + base::ObserverList<Observer> observers_;
|
|
|
| // Used to inform the QuotaManager of what origins are currently in use.
|
| GURL origin_in_use_;
|
|
|