diff options
Diffstat (limited to 'chrome/browser/local_discovery/privet_notifications_factory.h')
-rw-r--r-- | chrome/browser/local_discovery/privet_notifications_factory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/local_discovery/privet_notifications_factory.h b/chrome/browser/local_discovery/privet_notifications_factory.h index 5946a37..3248db9 100644 --- a/chrome/browser/local_discovery/privet_notifications_factory.h +++ b/chrome/browser/local_discovery/privet_notifications_factory.h @@ -17,7 +17,7 @@ class PrivetNotificationServiceFactory static PrivetNotificationServiceFactory* GetInstance(); private: - friend struct DefaultSingletonTraits<PrivetNotificationServiceFactory>; + friend struct base::DefaultSingletonTraits<PrivetNotificationServiceFactory>; PrivetNotificationServiceFactory(); ~PrivetNotificationServiceFactory() override; |