| Index: chrome/browser/media_galleries/media_file_system_registry.cc
|
| diff --git a/chrome/browser/media_galleries/media_file_system_registry.cc b/chrome/browser/media_galleries/media_file_system_registry.cc
|
| index dbec912bf44130ec99ddb833a50c8d42b1702665..7b2ac40f2e0bcd29b20f347089037496c7ab1e16 100644
|
| --- a/chrome/browser/media_galleries/media_file_system_registry.cc
|
| +++ b/chrome/browser/media_galleries/media_file_system_registry.cc
|
| @@ -56,11 +56,11 @@ class ShutdownNotifierFactory
|
| : public BrowserContextKeyedServiceShutdownNotifierFactory {
|
| public:
|
| static ShutdownNotifierFactory* GetInstance() {
|
| - return Singleton<ShutdownNotifierFactory>::get();
|
| + return base::Singleton<ShutdownNotifierFactory>::get();
|
| }
|
|
|
| private:
|
| - friend struct DefaultSingletonTraits<ShutdownNotifierFactory>;
|
| + friend struct base::DefaultSingletonTraits<ShutdownNotifierFactory>;
|
|
|
| ShutdownNotifierFactory()
|
| : BrowserContextKeyedServiceShutdownNotifierFactory(
|
|
|