diff options
Diffstat (limited to 'chrome/browser/android/logo_service.h')
-rw-r--r-- | chrome/browser/android/logo_service.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/android/logo_service.h b/chrome/browser/android/logo_service.h index 441c6e2..cc39b8b 100644 --- a/chrome/browser/android/logo_service.h +++ b/chrome/browser/android/logo_service.h @@ -43,7 +43,7 @@ class LogoServiceFactory : public BrowserContextKeyedServiceFactory { static LogoServiceFactory* GetInstance(); private: - friend struct DefaultSingletonTraits<LogoServiceFactory>; + friend struct base::DefaultSingletonTraits<LogoServiceFactory>; LogoServiceFactory(); ~LogoServiceFactory() override; |