Index: content/browser/tab_contents/tab_contents_view.h |
diff --git a/content/browser/tab_contents/tab_contents_view.h b/content/browser/tab_contents/tab_contents_view.h |
index 07261506f912b60793f5443272f79ed4228f5031..8134ac5522c58b629cc11c50e7489e6031482fae 100644 |
--- a/content/browser/tab_contents/tab_contents_view.h |
+++ b/content/browser/tab_contents/tab_contents_view.h |
@@ -10,6 +10,7 @@ |
#include "base/basictypes.h" |
#include "content/browser/renderer_host/render_view_host_delegate.h" |
+#include "content/common/content_export.h" |
#include "ui/gfx/native_widget_types.h" |
#include "ui/gfx/rect.h" |
#include "ui/gfx/size.h" |
@@ -23,7 +24,7 @@ class TabContents; |
// dependent web contents views. The TabContents uses this interface to talk to |
// them. View-related messages will also get forwarded directly to this class |
// from RenderViewHost via RenderViewHostDelegate::View. |
-class TabContentsView : public RenderViewHostDelegate::View { |
+class CONTENT_EXPORT TabContentsView : public RenderViewHostDelegate::View { |
public: |
virtual ~TabContentsView(); |