| Index: chrome/browser/services/gcm/gcm_profile_service_factory.h | 
| diff --git a/chrome/browser/services/gcm/gcm_profile_service_factory.h b/chrome/browser/services/gcm/gcm_profile_service_factory.h | 
| index af4f23c0c5237e9090b9ca8dfdfad46a46eb5c48..102b68cbe017b6426117da64aafe4461d6cb94d0 100644 | 
| --- a/chrome/browser/services/gcm/gcm_profile_service_factory.h | 
| +++ b/chrome/browser/services/gcm/gcm_profile_service_factory.h | 
| @@ -22,7 +22,7 @@ class GCMProfileServiceFactory : public BrowserContextKeyedServiceFactory { | 
| static GCMProfileServiceFactory* GetInstance(); | 
|  | 
| private: | 
| -  friend struct DefaultSingletonTraits<GCMProfileServiceFactory>; | 
| +  friend struct base::DefaultSingletonTraits<GCMProfileServiceFactory>; | 
|  | 
| GCMProfileServiceFactory(); | 
| ~GCMProfileServiceFactory() override; | 
|  |