| Index: content/common/notification_details.h
|
| diff --git a/content/common/notification_details.h b/content/common/notification_details.h
|
| index 1e822a912b144ed3bc13deca47fddb7550c2a403..50c7b23c0d5365e4ae16f2521f7a609bd20d8630 100644
|
| --- a/content/common/notification_details.h
|
| +++ b/content/common/notification_details.h
|
| @@ -10,11 +10,12 @@
|
| #pragma once
|
|
|
| #include "base/basictypes.h"
|
| +#include "content/common/content_export.h"
|
|
|
| // Do not declare a NotificationDetails directly--use either
|
| // "Details<detailsclassname>(detailsclasspointer)" or
|
| // NotificationService::NoDetails().
|
| -class NotificationDetails {
|
| +class CONTENT_EXPORT NotificationDetails {
|
| public:
|
| NotificationDetails();
|
| NotificationDetails(const NotificationDetails& other);
|
|
|