| Index: chrome/browser/signin/easy_unlock_service_factory.cc
|
| diff --git a/chrome/browser/signin/easy_unlock_service_factory.cc b/chrome/browser/signin/easy_unlock_service_factory.cc
|
| index 1224ed0b24e422013cbaab1c9aab6e9a398b1d3e..f48e3b0c7f8e8c214c02814d0efd6d910e933cb8 100644
|
| --- a/chrome/browser/signin/easy_unlock_service_factory.cc
|
| +++ b/chrome/browser/signin/easy_unlock_service_factory.cc
|
| @@ -52,7 +52,7 @@ base::FilePath GetEasyUnlockAppPath() {
|
|
|
| // static
|
| EasyUnlockServiceFactory* EasyUnlockServiceFactory::GetInstance() {
|
| - return Singleton<EasyUnlockServiceFactory>::get();
|
| + return base::Singleton<EasyUnlockServiceFactory>::get();
|
| }
|
|
|
| // static
|
|
|