| 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 76c0005ff9ea91a3f6fa193874b2822efe350faf..0fee1f04df1179af009d459df7fcc714acc70ffa 100644
|
| --- a/chrome/browser/extensions/api/push_messaging/push_messaging_api.h
|
| +++ b/chrome/browser/extensions/api/push_messaging/push_messaging_api.h
|
| @@ -91,7 +91,7 @@ class PushMessagingGetChannelIdFunction
|
| scoped_ptr<ObfuscatedGaiaIdFetcher> fetcher_;
|
| bool interactive_;
|
|
|
| - // We use this to register for notifications if the logon attept succeeds.
|
| + // We use this to register for notifications if the login attempt succeeds.
|
| content::NotificationRegistrar registrar_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(PushMessagingGetChannelIdFunction);
|
|
|