| Index: chrome/common/chrome_notification_types.h
|
| diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h
|
| index 29297057a49d3b1920c7b8bc98c9f9edcf50b966..3fd8b4d0704720a80e35052aa031c009de1838e1 100644
|
| --- a/chrome/common/chrome_notification_types.h
|
| +++ b/chrome/common/chrome_notification_types.h
|
| @@ -167,7 +167,7 @@ enum NotificationType {
|
| NOTIFICATION_TAB_ADDED,
|
|
|
| // This notification is sent after a tab has been appended to the tab_strip.
|
| - // The source is a Source<TabContents> of the tab being added. There
|
| + // The source is a Source<WebContents> of the tab being added. There
|
| // are no details.
|
| NOTIFICATION_TAB_PARENTED,
|
|
|
|
|