| Index: content/public/browser/notification_service.h
|
| diff --git a/content/public/browser/notification_service.h b/content/public/browser/notification_service.h
|
| index 2b19e2fd9539309b43e11a8dbd8f39196ee25fea..8a55b0e262509fc75930ebf038b7c625b3ba41c9 100644
|
| --- a/content/public/browser/notification_service.h
|
| +++ b/content/public/browser/notification_service.h
|
| @@ -16,11 +16,11 @@
|
|
|
| namespace content {
|
|
|
| -class NotificationService {
|
| +class CONTENT_EXPORT NotificationService {
|
| public:
|
| // Returns the NotificationService object for the current thread, or NULL if
|
| // none.
|
| - static CONTENT_EXPORT NotificationService* current();
|
| + static NotificationService* current();
|
|
|
| virtual ~NotificationService() {}
|
|
|
|
|