| Index: chrome/browser/profiles/gaia_info_update_service_factory.cc
|
| diff --git a/chrome/browser/profiles/gaia_info_update_service_factory.cc b/chrome/browser/profiles/gaia_info_update_service_factory.cc
|
| index 8c8978cf7fe5361a288213f52885b8b36072e993..9edd14cd163bd973c730c4e4cd1a02f7e272d0d5 100644
|
| --- a/chrome/browser/profiles/gaia_info_update_service_factory.cc
|
| +++ b/chrome/browser/profiles/gaia_info_update_service_factory.cc
|
| @@ -29,7 +29,7 @@ GAIAInfoUpdateService* GAIAInfoUpdateServiceFactory::GetForProfile(
|
|
|
| // static
|
| GAIAInfoUpdateServiceFactory* GAIAInfoUpdateServiceFactory::GetInstance() {
|
| - return Singleton<GAIAInfoUpdateServiceFactory>::get();
|
| + return base::Singleton<GAIAInfoUpdateServiceFactory>::get();
|
| }
|
|
|
| KeyedService* GAIAInfoUpdateServiceFactory::BuildServiceInstanceFor(
|
|
|