| Index: chrome/common/extensions/api/notifications/notification_style.cc
|
| diff --git a/chrome/common/extensions/api/notifications/notification_style.cc b/chrome/common/extensions/api/notifications/notification_style.cc
|
| index 811d9a884f60fee7dca9aebd292b3410a1c311d6..0c22881eb9850581cf8325c25cbd1f71caeed419 100644
|
| --- a/chrome/common/extensions/api/notifications/notification_style.cc
|
| +++ b/chrome/common/extensions/api/notifications/notification_style.cc
|
| @@ -8,6 +8,8 @@
|
|
|
| NotificationBitmapSizes::NotificationBitmapSizes() {
|
| }
|
| +NotificationBitmapSizes::NotificationBitmapSizes(
|
| + const NotificationBitmapSizes& other) = default;
|
| NotificationBitmapSizes::~NotificationBitmapSizes() {
|
| }
|
|
|
|
|