Index: content/common/property_bag.h |
diff --git a/content/common/property_bag.h b/content/common/property_bag.h |
index 0e2e2048c61c4ee3bae54412fa9287c1cdb0fb34..b83cc58d52c8d156a276942c79049aa3c0a6e42a 100644 |
--- a/content/common/property_bag.h |
+++ b/content/common/property_bag.h |
@@ -9,6 +9,7 @@ |
#include <map> |
#include "base/basictypes.h" |
+#include "content/common/content_export.h" |
template <typename T> |
class linked_ptr; |
@@ -42,7 +43,7 @@ class PropertyAccessorBase; |
// |
// accessor->SetProperty(object, 22); |
// } |
-class PropertyBag { |
+class CONTENT_EXPORT PropertyBag { |
public: |
// The type that uniquely identifies a property type. |
typedef int PropID; |
@@ -93,7 +94,7 @@ class PropertyBag { |
// Manages getting the unique IDs to identify a property. Callers should use |
// PropertyAccessor below instead. |
-class PropertyAccessorBase { |
+class CONTENT_EXPORT PropertyAccessorBase { |
public: |
PropertyAccessorBase(); |
virtual ~PropertyAccessorBase() {} |