| 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 3003cb0a82c685ff12f3b78a00ff4ee93bb3e3c0..2e39ef53d510b934dd281c04dfb6dfc455e87a69 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
|
|
|