diff options
Diffstat (limited to 'content/browser/appcache/appcache_service_impl.h')
-rw-r--r-- | content/browser/appcache/appcache_service_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/appcache/appcache_service_impl.h b/content/browser/appcache/appcache_service_impl.h index cb61f3a..07d89cc 100644 --- a/content/browser/appcache/appcache_service_impl.h +++ b/content/browser/appcache/appcache_service_impl.h @@ -212,7 +212,7 @@ class CONTENT_EXPORT AppCacheServiceImpl base::Time last_reinit_time_; base::TimeDelta next_reinit_delay_; base::OneShotTimer<AppCacheServiceImpl> reinit_timer_; - ObserverList<Observer> observers_; + base::ObserverList<Observer> observers_; DISALLOW_COPY_AND_ASSIGN(AppCacheServiceImpl); }; |