summaryrefslogtreecommitdiffstats
path: root/chrome/browser/themes/theme_service_factory.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/themes/theme_service_factory.cc')
-rw-r--r--chrome/browser/themes/theme_service_factory.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/themes/theme_service_factory.cc b/chrome/browser/themes/theme_service_factory.cc
index 1858854..0ec15cd 100644
--- a/chrome/browser/themes/theme_service_factory.cc
+++ b/chrome/browser/themes/theme_service_factory.cc
@@ -39,7 +39,7 @@ const extensions::Extension* ThemeServiceFactory::GetThemeForProfile(
// static
ThemeServiceFactory* ThemeServiceFactory::GetInstance() {
- return Singleton<ThemeServiceFactory>::get();
+ return base::Singleton<ThemeServiceFactory>::get();
}
ThemeServiceFactory::ThemeServiceFactory()