Index: content/browser/tab_contents/navigation_entry.h |
diff --git a/content/browser/tab_contents/navigation_entry.h b/content/browser/tab_contents/navigation_entry.h |
index c86e75d224893084416bd4766566c43ea6e750a9..2ed55b877263e6302d59b0bc58145ed93d157115 100644 |
--- a/content/browser/tab_contents/navigation_entry.h |
+++ b/content/browser/tab_contents/navigation_entry.h |
@@ -10,6 +10,7 @@ |
#include "base/basictypes.h" |
#include "base/memory/ref_counted.h" |
+#include "content/common/content_export.h" |
#include "content/common/page_transition_types.h" |
#include "content/common/page_type.h" |
#include "content/common/security_style.h" |
@@ -28,7 +29,7 @@ class SiteInstance; |
// URL which is used for our user interface. |
// |
//////////////////////////////////////////////////////////////////////////////// |
-class NavigationEntry { |
+class CONTENT_EXPORT NavigationEntry { |
public: |
// SSL ----------------------------------------------------------------------- |
@@ -50,7 +51,7 @@ class NavigationEntry { |
RAN_INSECURE_CONTENT = 1 << 1, |
}; |
- SSLStatus(); |
+ CONTENT_EXPORT SSLStatus(); |
bool Equals(const SSLStatus& status) const { |
return security_style_ == status.security_style_ && |