diff options
Diffstat (limited to 'chrome/browser/profiles/gaia_info_update_service_factory.cc')
-rw-r--r-- | chrome/browser/profiles/gaia_info_update_service_factory.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/profiles/gaia_info_update_service_factory.cc b/chrome/browser/profiles/gaia_info_update_service_factory.cc index 8c8978c..9edd14c 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( |