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 5a69298a5678b0240c1044aca31627550f406966..c9a5b77d484a8dd72c987439edddaa10373d83e0 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(); |