Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(234)

Unified Diff: content/common/property_bag.h

Issue 7800015: prune down content_dll change to just the CONTENT_EXPORTS (Closed)
Patch Set: fix exports for switches, content_main Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {}

Powered by Google App Engine
This is Rietveld 408576698