| Index: apps/app_lifetime_monitor_factory.cc | 
| diff --git a/apps/app_lifetime_monitor_factory.cc b/apps/app_lifetime_monitor_factory.cc | 
| index d561fdd960eaed546c667792d7c23080bc00b3f0..03624a7b8a8a11ef68c18db9cc9ca0277fbfdaa2 100644 | 
| --- a/apps/app_lifetime_monitor_factory.cc | 
| +++ b/apps/app_lifetime_monitor_factory.cc | 
| @@ -19,7 +19,7 @@ AppLifetimeMonitor* AppLifetimeMonitorFactory::GetForProfile(Profile* profile) { | 
| } | 
|  | 
| AppLifetimeMonitorFactory* AppLifetimeMonitorFactory::GetInstance() { | 
| -  return Singleton<AppLifetimeMonitorFactory>::get(); | 
| +  return base::Singleton<AppLifetimeMonitorFactory>::get(); | 
| } | 
|  | 
| AppLifetimeMonitorFactory::AppLifetimeMonitorFactory() | 
|  |