| Index: content/browser/plugin_service.h
|
| diff --git a/content/browser/plugin_service.h b/content/browser/plugin_service.h
|
| index 8dbef70fcfab09a911dda6b991f1b946124852cf..f7cb6f325d24d64872a7790301c3c5a7526b5389 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:
|
|
|