| Index: content/browser/renderer_host/render_view_host_delegate.h
|
| diff --git a/content/browser/renderer_host/render_view_host_delegate.h b/content/browser/renderer_host/render_view_host_delegate.h
|
| index cda683b396fcd60795f0e73ee51871695a401486..2ecbc3278d17312746f50df8ea2ef6403a8e2a92 100644
|
| --- a/content/browser/renderer_host/render_view_host_delegate.h
|
| +++ b/content/browser/renderer_host/render_view_host_delegate.h
|
| @@ -14,6 +14,7 @@
|
| #include "base/memory/ref_counted.h"
|
| #include "base/process_util.h"
|
| #include "base/string16.h"
|
| +#include "content/common/content_export.h"
|
| #include "content/common/view_types.h"
|
| #include "content/common/window_container_type.h"
|
| #include "ipc/ipc_channel.h"
|
| @@ -63,11 +64,11 @@ class Size;
|
| // exposing a more generic Send function on RenderViewHost and a response
|
| // listener here to serve that need.
|
| //
|
| -class RenderViewHostDelegate : public IPC::Channel::Listener {
|
| +class CONTENT_EXPORT RenderViewHostDelegate : public IPC::Channel::Listener {
|
| public:
|
| // View ----------------------------------------------------------------------
|
| // Functions that can be routed directly to a view-specific class.
|
| - class View {
|
| + class CONTENT_EXPORT View {
|
| public:
|
| // The page is trying to open a new page (e.g. a popup window). The window
|
| // should be created associated with the given route, but it should not be
|
|
|