diff options
Diffstat (limited to 'content/browser/appcache/appcache_host.h')
-rw-r--r-- | content/browser/appcache/appcache_host.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/appcache/appcache_host.h b/content/browser/appcache/appcache_host.h index f439520..82029ba 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_; |