Index: content/common/notification_service.h |
diff --git a/content/common/notification_service.h b/content/common/notification_service.h |
index a9cd210b6fa1f88007e8ae94190775eb1101fa64..97f165892be75d90e4161dfe9701fbf50ed631db 100644 |
--- a/content/common/notification_service.h |
+++ b/content/common/notification_service.h |
@@ -14,12 +14,13 @@ |
#include "base/observer_list.h" |
#include "content/common/content_notification_types.h" |
+#include "content/common/content_export.h" |
darin (slow to review)
2011/09/04 15:41:04
nit: "export" before "notification"
Dirk Pranke
2011/09/07 01:46:07
Done.
|
#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. |