Index: apps/app_lifetime_monitor.h |
diff --git a/apps/app_lifetime_monitor.h b/apps/app_lifetime_monitor.h |
index 90ae2a8d8496ff4a99739b82d11ab02a1d7afea0..dd2d7931a133a5a1e4711e0f59da9001f77ebf62 100644 |
--- a/apps/app_lifetime_monitor.h |
+++ b/apps/app_lifetime_monitor.h |
@@ -81,7 +81,7 @@ class AppLifetimeMonitor : public KeyedService, |
content::NotificationRegistrar registrar_; |
Profile* profile_; |
- ObserverList<Observer> observers_; |
+ base::ObserverList<Observer> observers_; |
DISALLOW_COPY_AND_ASSIGN(AppLifetimeMonitor); |
}; |