| Index: chrome/browser/dom_distiller/dom_distiller_service_factory.cc
|
| diff --git a/chrome/browser/dom_distiller/dom_distiller_service_factory.cc b/chrome/browser/dom_distiller/dom_distiller_service_factory.cc
|
| index a5a6d9125f55987c63f4799c227642904476532f..497d5a177cdf2ca5cfff0b93e992590af17376e8 100644
|
| --- a/chrome/browser/dom_distiller/dom_distiller_service_factory.cc
|
| +++ b/chrome/browser/dom_distiller/dom_distiller_service_factory.cc
|
| @@ -32,7 +32,7 @@ DomDistillerContextKeyedService::DomDistillerContextKeyedService(
|
|
|
| // static
|
| DomDistillerServiceFactory* DomDistillerServiceFactory::GetInstance() {
|
| - return Singleton<DomDistillerServiceFactory>::get();
|
| + return base::Singleton<DomDistillerServiceFactory>::get();
|
| }
|
|
|
| // static
|
|
|