Index: content/common/notification_source.h |
diff --git a/content/common/notification_source.h b/content/common/notification_source.h |
index db5977b481b430e55597249924ac3b1fa85e44f6..791b4d09abfdff1805c0ade1a13f6507be770879 100644 |
--- a/content/common/notification_source.h |
+++ b/content/common/notification_source.h |
@@ -10,11 +10,12 @@ |
#pragma once |
#include "base/basictypes.h" |
+#include "content/common/content_export.h" |
// Do not declare a NotificationSource directly--use either |
// "Source<sourceclassname>(sourceclasspointer)" or |
// NotificationService::AllSources(). |
-class NotificationSource { |
+class CONTENT_EXPORT NotificationSource { |
public: |
NotificationSource(const NotificationSource& other); |
~NotificationSource(); |