| Index: content/browser/appcache/appcache_service_impl.h
|
| diff --git a/content/browser/appcache/appcache_service_impl.h b/content/browser/appcache/appcache_service_impl.h
|
| index cb61f3a47d6c21d5cac2c1cbb2e79ad9a3585bc3..07d89ccdc1c30af169d661f12466754e6e2daa2c 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);
|
| };
|
|
|