| Index: chrome/browser/background/background_contents_service_factory.cc
|
| diff --git a/chrome/browser/background/background_contents_service_factory.cc b/chrome/browser/background/background_contents_service_factory.cc
|
| index de469a470674f291281b625109d82e24c0e5eb04..a50723031136ce85bce20353ab080c6546ab4b6b 100644
|
| --- a/chrome/browser/background/background_contents_service_factory.cc
|
| +++ b/chrome/browser/background/background_contents_service_factory.cc
|
| @@ -24,7 +24,7 @@ BackgroundContentsService* BackgroundContentsServiceFactory::GetForProfile(
|
| // static
|
| BackgroundContentsServiceFactory* BackgroundContentsServiceFactory::
|
| GetInstance() {
|
| - return Singleton<BackgroundContentsServiceFactory>::get();
|
| + return base::Singleton<BackgroundContentsServiceFactory>::get();
|
| }
|
|
|
| BackgroundContentsServiceFactory::BackgroundContentsServiceFactory()
|
|
|