Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4193)

Unified Diff: chrome/browser/notifications/extension_welcome_notification_factory.h

Issue 1308823002: Move Singleton and related structs to namespace base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ToT Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/notifications/extension_welcome_notification_factory.h
diff --git a/chrome/browser/notifications/extension_welcome_notification_factory.h b/chrome/browser/notifications/extension_welcome_notification_factory.h
index e51a9acd4ca645d638505aa0da891d2edf0db500..723bbb392374ebd73081f12a11955aadb9ea6079 100644
--- a/chrome/browser/notifications/extension_welcome_notification_factory.h
+++ b/chrome/browser/notifications/extension_welcome_notification_factory.h
@@ -22,7 +22,8 @@ class ExtensionWelcomeNotificationFactory
static ExtensionWelcomeNotificationFactory* GetInstance();
private:
- friend struct DefaultSingletonTraits<ExtensionWelcomeNotificationFactory>;
+ friend struct base::DefaultSingletonTraits<
+ ExtensionWelcomeNotificationFactory>;
ExtensionWelcomeNotificationFactory();
~ExtensionWelcomeNotificationFactory() override;

Powered by Google App Engine
This is Rietveld 408576698