| Index: chrome/browser/extensions/api/push_messaging/push_messaging_api.h
|
| diff --git a/chrome/browser/extensions/api/push_messaging/push_messaging_api.h b/chrome/browser/extensions/api/push_messaging/push_messaging_api.h
|
| index 3c9c803bcd083c91ed8327cdec560aee72847999..76c0005ff9ea91a3f6fa193874b2822efe350faf 100644
|
| --- a/chrome/browser/extensions/api/push_messaging/push_messaging_api.h
|
| +++ b/chrome/browser/extensions/api/push_messaging/push_messaging_api.h
|
| @@ -106,7 +106,7 @@ class PushMessagingAPI : public ProfileKeyedAPI,
|
| // Convenience method to get the PushMessagingAPI for a profile.
|
| static PushMessagingAPI* Get(Profile* profile);
|
|
|
| - // ProfileKeyedService implementation.
|
| + // BrowserContextKeyedService implementation.
|
| virtual void Shutdown() OVERRIDE;
|
|
|
| // ProfileKeyedAPI implementation.
|
|
|