summaryrefslogtreecommitdiffstats
path: root/apps/app_restore_service_factory.cc
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_restore_service_factory.cc')
-rw-r--r--apps/app_restore_service_factory.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_restore_service_factory.cc b/apps/app_restore_service_factory.cc
index 10dcd25..407b80d 100644
--- a/apps/app_restore_service_factory.cc
+++ b/apps/app_restore_service_factory.cc
@@ -18,7 +18,7 @@ AppRestoreService* AppRestoreServiceFactory::GetForProfile(Profile* profile) {
}
AppRestoreServiceFactory* AppRestoreServiceFactory::GetInstance() {
- return Singleton<AppRestoreServiceFactory>::get();
+ return base::Singleton<AppRestoreServiceFactory>::get();
}
AppRestoreServiceFactory::AppRestoreServiceFactory()