summaryrefslogtreecommitdiffstats
path: root/chrome/browser/notifications/extension_welcome_notification_factory.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/notifications/extension_welcome_notification_factory.cc')
-rw-r--r--chrome/browser/notifications/extension_welcome_notification_factory.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/notifications/extension_welcome_notification_factory.cc b/chrome/browser/notifications/extension_welcome_notification_factory.cc
index f8baf39..0402eb6 100644
--- a/chrome/browser/notifications/extension_welcome_notification_factory.cc
+++ b/chrome/browser/notifications/extension_welcome_notification_factory.cc
@@ -23,7 +23,7 @@ ExtensionWelcomeNotificationFactory::GetForBrowserContext(
// static
ExtensionWelcomeNotificationFactory*
ExtensionWelcomeNotificationFactory::GetInstance() {
- return Singleton<ExtensionWelcomeNotificationFactory>::get();
+ return base::Singleton<ExtensionWelcomeNotificationFactory>::get();
}
ExtensionWelcomeNotificationFactory::ExtensionWelcomeNotificationFactory()