| Index: content/browser/tab_contents/render_view_host_manager.h
|
| diff --git a/content/browser/tab_contents/render_view_host_manager.h b/content/browser/tab_contents/render_view_host_manager.h
|
| index d074546736bb3dcf5559d132d8e1e985d9a15e20..1fe6a4f86cb1d478d4bc117608b7ec6e4b494a54 100644
|
| --- a/content/browser/tab_contents/render_view_host_manager.h
|
| +++ b/content/browser/tab_contents/render_view_host_manager.h
|
| @@ -10,6 +10,7 @@
|
| #include "base/logging.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "content/browser/renderer_host/render_view_host_delegate.h"
|
| +#include "content/common/content_export.h"
|
| #include "content/common/notification_observer.h"
|
| #include "content/common/notification_registrar.h"
|
| #include "content/browser/site_instance.h"
|
| @@ -41,7 +42,7 @@ class RenderViewHostManager
|
| // There is additional complexity that some of the functions we need in
|
| // TabContents are inherited and non-virtual. These are named with
|
| // "RenderManager" so that the duplicate implementation of them will be clear.
|
| - class Delegate {
|
| + class CONTENT_EXPORT Delegate {
|
| public:
|
| // See tab_contents.h's implementation for more.
|
| virtual bool CreateRenderViewForRenderManager(
|
|
|