Index: content/browser/tab_contents/tab_contents_delegate.h |
diff --git a/content/browser/tab_contents/tab_contents_delegate.h b/content/browser/tab_contents/tab_contents_delegate.h |
index b1f0d52a4b0ee43bbe5e342d0d65c017b6b04a37..b338ce11fc4e608ab1d2272c84dfb03d92e2f05e 100644 |
--- a/content/browser/tab_contents/tab_contents_delegate.h |
+++ b/content/browser/tab_contents/tab_contents_delegate.h |
@@ -11,6 +11,7 @@ |
#include "base/basictypes.h" |
#include "content/browser/tab_contents/navigation_entry.h" |
+#include "content/common/content_export.h" |
#include "content/common/navigation_types.h" |
#include "content/common/page_transition_types.h" |
#include "ui/gfx/native_widget_types.h" |
@@ -44,7 +45,7 @@ class FilePath; |
// Objects implement this interface to get notified about changes in the |
// TabContents and to provide necessary functionality. |
-class TabContentsDelegate { |
+class CONTENT_EXPORT TabContentsDelegate { |
public: |
TabContentsDelegate(); |