| Index: content/public/common/platform_notification_data.h
|
| diff --git a/content/public/common/platform_notification_data.h b/content/public/common/platform_notification_data.h
|
| index 8c5243001e7c8131708ecaf45de2f43c1b3f7aa4..d24c44f6f68a3f78839c0ca3d9f3f6be6f55d63f 100644
|
| --- a/content/public/common/platform_notification_data.h
|
| +++ b/content/public/common/platform_notification_data.h
|
| @@ -18,7 +18,7 @@
|
|
|
| namespace content {
|
|
|
| -enum CONTENT_EXPORT PlatformNotificationActionType {
|
| +enum PlatformNotificationActionType {
|
| PLATFORM_NOTIFICATION_ACTION_TYPE_BUTTON = 0,
|
| PLATFORM_NOTIFICATION_ACTION_TYPE_TEXT,
|
| };
|
|
|