| Index: extensions/browser/extension_message_filter.cc
|
| diff --git a/extensions/browser/extension_message_filter.cc b/extensions/browser/extension_message_filter.cc
|
| index d35f2557315b9d1cfc5dc021ffc48db0666c81ac..fe5f88762687e156f291caa936ca9d6f52632f7a 100644
|
| --- a/extensions/browser/extension_message_filter.cc
|
| +++ b/extensions/browser/extension_message_filter.cc
|
| @@ -32,11 +32,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(
|
|
|