| Index: content/common/notification_service.h
|
| diff --git a/content/common/notification_service.h b/content/common/notification_service.h
|
| index a9cd210b6fa1f88007e8ae94190775eb1101fa64..b8192e01c9bb504e3ae25de3d767234bc928c4d3 100644
|
| --- a/content/common/notification_service.h
|
| +++ b/content/common/notification_service.h
|
| @@ -13,13 +13,14 @@
|
| #include <map>
|
|
|
| #include "base/observer_list.h"
|
| +#include "content/common/content_export.h"
|
| #include "content/common/content_notification_types.h"
|
| #include "content/common/notification_details.h"
|
| #include "content/common/notification_source.h"
|
|
|
| class NotificationObserver;
|
|
|
| -class NotificationService {
|
| +class CONTENT_EXPORT NotificationService {
|
| public:
|
| // Returns the NotificationService object for the current thread, or NULL if
|
| // none.
|
|
|