From f3112a530100f9361f98c81aea8d9483a133a980 Mon Sep 17 00:00:00 2001 From: "dpranke@chromium.org" Date: Fri, 30 Sep 2011 23:47:49 +0000 Subject: more content exports needed for unit_tests and browser_tests. R=jam@chromium.org BUG=90442 TEST= Review URL: http://codereview.chromium.org/8082019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103584 0039d316-1c4b-4281-b951-d872f2087c98 --- content/browser/plugin_process_host.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'content/browser/plugin_process_host.h') diff --git a/content/browser/plugin_process_host.h b/content/browser/plugin_process_host.h index 8cfc249..ae051ef 100644 --- a/content/browser/plugin_process_host.h +++ b/content/browser/plugin_process_host.h @@ -16,6 +16,7 @@ #include "base/basictypes.h" #include "base/memory/ref_counted.h" #include "content/browser/browser_child_process_host.h" +#include "content/common/content_export.h" #include "webkit/plugins/webplugininfo.h" #include "ui/gfx/native_widget_types.h" @@ -41,7 +42,7 @@ class GURL; // starting the plugin process when a plugin is created that doesn't already // have a process. After that, most of the communication is directly between // the renderer and plugin processes. -class PluginProcessHost : public BrowserChildProcessHost { +class CONTENT_EXPORT PluginProcessHost : public BrowserChildProcessHost { public: class Client { public: -- cgit v1.1