| Index: chrome/common/extensions/api/notifications/notification_style.h
|
| diff --git a/chrome/common/extensions/api/notifications/notification_style.h b/chrome/common/extensions/api/notifications/notification_style.h
|
| index 0cd36f337efb82cb06c52f4cb7b405cd558121a9..b232a0857a09f14570a4315491efd53e932cb8c3 100644
|
| --- a/chrome/common/extensions/api/notifications/notification_style.h
|
| +++ b/chrome/common/extensions/api/notifications/notification_style.h
|
| @@ -11,6 +11,7 @@
|
| // by the notification center within a notification.
|
| struct NotificationBitmapSizes {
|
| NotificationBitmapSizes();
|
| + NotificationBitmapSizes(const NotificationBitmapSizes& other);
|
| ~NotificationBitmapSizes();
|
|
|
| gfx::Size image_size;
|
|
|