Index: content/browser/renderer_host/render_view_host.h |
diff --git a/content/browser/renderer_host/render_view_host.h b/content/browser/renderer_host/render_view_host.h |
index 17712563a513a7fc7b603fab0ce59d5546c0d59d..ef02a82fc17925706ddeb7e914a097a43b58fc51 100644 |
--- a/content/browser/renderer_host/render_view_host.h |
+++ b/content/browser/renderer_host/render_view_host.h |
@@ -14,6 +14,7 @@ |
#include "base/observer_list.h" |
#include "base/process_util.h" |
#include "content/browser/renderer_host/render_widget_host.h" |
+#include "content/common/content_export.h" |
#include "content/common/window_container_type.h" |
#include "net/base/load_states.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebConsoleMessage.h" |
@@ -94,7 +95,7 @@ class URLRequestContextGetter; |
// if we want to bring that and other functionality down into this object so |
// it can be shared by others. |
// |
-class RenderViewHost : public RenderWidgetHost { |
+class CONTENT_EXPORT RenderViewHost : public RenderWidgetHost { |
public: |
// Returns the RenderViewHost given its ID and the ID of its render process. |
// Returns NULL if the IDs do not correspond to a live RenderViewHost. |