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

Unified Diff: content/browser/notifications/notification_event_dispatcher_impl.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: content/browser/notifications/notification_event_dispatcher_impl.h
diff --git a/content/browser/notifications/notification_event_dispatcher_impl.h b/content/browser/notifications/notification_event_dispatcher_impl.h
index 4bfa47d316987cf6fb2b17b7382fb9cdb06aa1f7..e9fcc3016c52814712b4803bce6acdab6b236523 100644
--- a/content/browser/notifications/notification_event_dispatcher_impl.h
+++ b/content/browser/notifications/notification_event_dispatcher_impl.h
@@ -29,7 +29,7 @@ class NotificationEventDispatcherImpl : public NotificationEventDispatcher {
NotificationEventDispatcherImpl();
~NotificationEventDispatcherImpl() override;
- friend struct DefaultSingletonTraits<NotificationEventDispatcherImpl>;
+ friend struct base::DefaultSingletonTraits<NotificationEventDispatcherImpl>;
DISALLOW_COPY_AND_ASSIGN(NotificationEventDispatcherImpl);
};
« no previous file with comments | « content/browser/message_port_service.cc ('k') | content/browser/notifications/notification_event_dispatcher_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698