| 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 be27b7d8af9bb7452b3ed4018367c2559e259de3..2e5763ea4f3f1e3d21a56a1edea80393ad3d468e 100644
|
| --- a/chrome/browser/services/gcm/gcm_profile_service_factory.h
|
| +++ b/chrome/browser/services/gcm/gcm_profile_service_factory.h
|
| @@ -16,8 +16,7 @@ namespace gcm {
|
| class GCMProfileService;
|
|
|
| // Singleton that owns all GCMProfileService and associates them with
|
| -// Profiles. Listens for the Profile's destruction notification and cleans up
|
| -// the associated GCMProfileService.
|
| +// Profiles.
|
| class GCMProfileServiceFactory : public BrowserContextKeyedServiceFactory {
|
| public:
|
| static GCMProfileService* GetForProfile(Profile* profile);
|
|
|