| Index: chrome/browser/notifications/notification.h
|
| diff --git a/chrome/browser/notifications/notification.h b/chrome/browser/notifications/notification.h
|
| index 0811f5875d4969ba16c4b1ab6ce724f091ee9aac..b3c5824334eef0644c9f218a89b683b6c313e667 100644
|
| --- a/chrome/browser/notifications/notification.h
|
| +++ b/chrome/browser/notifications/notification.h
|
| @@ -41,7 +41,7 @@ class Notification {
|
| const string16& replace_id,
|
| NotificationDelegate* delegate);
|
|
|
| - // Initializes a notification with a given type. Takes ownership of
|
| + // Initializes a notification with a given type. Makes a deep copy of
|
| // optional_fields.
|
| Notification(message_center::NotificationType type,
|
| const GURL& origin_url,
|
|
|