| Index: content/public/common/show_desktop_notification_params.h
|
| diff --git a/content/public/common/show_desktop_notification_params.h b/content/public/common/show_desktop_notification_params.h
|
| index 2f190797b85bb19eb04906b70ed3cbb051da31b9..a33a6b9eee3f680291e84441fd149be5451e6bb0 100644
|
| --- a/content/public/common/show_desktop_notification_params.h
|
| +++ b/content/public/common/show_desktop_notification_params.h
|
| @@ -6,13 +6,14 @@
|
| #define CONTENT_PUBLIC_COMMON_SHOW_DESKTOP_NOTIFICATION_PARAMS_H_
|
| #pragma once
|
|
|
| +#include "content/common/content_export.h"
|
| #include "googleurl/src/gurl.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebTextDirection.h"
|
|
|
| namespace content {
|
|
|
| // Parameters used when showing an HTML5 notification.
|
| -struct ShowDesktopNotificationHostMsgParams {
|
| +struct CONTENT_EXPORT ShowDesktopNotificationHostMsgParams {
|
| ShowDesktopNotificationHostMsgParams();
|
| ~ShowDesktopNotificationHostMsgParams();
|
|
|
|
|