| Index: chrome/browser/chromeos/platform_keys/platform_keys_service_factory.cc
 | 
| diff --git a/chrome/browser/chromeos/platform_keys/platform_keys_service_factory.cc b/chrome/browser/chromeos/platform_keys/platform_keys_service_factory.cc
 | 
| index 2f529b6f04ada71e1f1de4272a147a559ff709a5..c3595e4870a2ac3586a451ac03a7706fdaa9e4d8 100644
 | 
| --- a/chrome/browser/chromeos/platform_keys/platform_keys_service_factory.cc
 | 
| +++ b/chrome/browser/chromeos/platform_keys/platform_keys_service_factory.cc
 | 
| @@ -78,7 +78,7 @@ PlatformKeysService* PlatformKeysServiceFactory::GetForBrowserContext(
 | 
|  
 | 
|  // static
 | 
|  PlatformKeysServiceFactory* PlatformKeysServiceFactory::GetInstance() {
 | 
| -  return Singleton<PlatformKeysServiceFactory>::get();
 | 
| +  return base::Singleton<PlatformKeysServiceFactory>::get();
 | 
|  }
 | 
|  
 | 
|  PlatformKeysServiceFactory::PlatformKeysServiceFactory()
 | 
| 
 |