diff options
Diffstat (limited to 'chrome/browser/services/gcm/gcm_profile_service_factory.cc')
-rw-r--r-- | chrome/browser/services/gcm/gcm_profile_service_factory.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/services/gcm/gcm_profile_service_factory.cc b/chrome/browser/services/gcm/gcm_profile_service_factory.cc index d3772b3..561a2fd 100644 --- a/chrome/browser/services/gcm/gcm_profile_service_factory.cc +++ b/chrome/browser/services/gcm/gcm_profile_service_factory.cc @@ -32,7 +32,7 @@ GCMProfileService* GCMProfileServiceFactory::GetForProfile( // static GCMProfileServiceFactory* GCMProfileServiceFactory::GetInstance() { - return Singleton<GCMProfileServiceFactory>::get(); + return base::Singleton<GCMProfileServiceFactory>::get(); } GCMProfileServiceFactory::GCMProfileServiceFactory() |