Index: content/browser/tab_contents/page_navigator.h |
diff --git a/content/browser/tab_contents/page_navigator.h b/content/browser/tab_contents/page_navigator.h |
index 64ac29dac8604cbb1e41a4116cc86f6282774e47..a1bccd8cd8aba86d0cf5fe4a54b3576c68856e21 100644 |
--- a/content/browser/tab_contents/page_navigator.h |
+++ b/content/browser/tab_contents/page_navigator.h |
@@ -12,13 +12,14 @@ |
#include <string> |
+#include "content/common/content_export.h" |
#include "content/common/page_transition_types.h" |
#include "googleurl/src/gurl.h" |
#include "webkit/glue/window_open_disposition.h" |
class TabContents; |
-struct OpenURLParams { |
+struct CONTENT_EXPORT OpenURLParams { |
OpenURLParams(const GURL& url, |
const GURL& referrer, |
WindowOpenDisposition disposition, |
@@ -43,7 +44,7 @@ class TabContents; |
OpenURLParams(); |
}; |
-class PageNavigator { |
+class CONTENT_EXPORT PageNavigator { |
public: |
// Deprecated. Please use the one-argument variant instead. |
// TODO(adriansc): Remove this method when refactoring changed all call sites. |