Index: content/browser/plugin_service.h |
diff --git a/content/browser/plugin_service.h b/content/browser/plugin_service.h |
index c75f467bc616202f53f478166550db723dc2ac88..23ef03b1580471589567dceb44ed4f76e20a7423 100644 |
--- a/content/browser/plugin_service.h |
+++ b/content/browser/plugin_service.h |
@@ -20,6 +20,7 @@ |
#include "content/browser/plugin_process_host.h" |
#include "content/browser/ppapi_plugin_process_host.h" |
#include "content/browser/ppapi_broker_process_host.h" |
+#include "content/common/content_export.h" |
#include "content/common/notification_observer.h" |
#include "content/common/notification_registrar.h" |
#include "googleurl/src/gurl.h" |
@@ -45,7 +46,7 @@ class PluginServiceFilter; |
// This must be created on the main thread but it's only called on the IO/file |
// thread. |
-class PluginService |
+class CONTENT_EXPORT PluginService |
: public base::WaitableEventWatcher::Delegate, |
public NotificationObserver { |
public: |