| Index: content/browser/gamepad/gamepad_provider.h
|
| diff --git a/content/browser/gamepad/gamepad_provider.h b/content/browser/gamepad/gamepad_provider.h
|
| index 17b45981ba59059aa80bcab36247b8bda53add42..a97c35242409f2bce35607a397fc28c59826e355 100644
|
| --- a/content/browser/gamepad/gamepad_provider.h
|
| +++ b/content/browser/gamepad/gamepad_provider.h
|
| @@ -12,6 +12,7 @@
|
| #include "base/system_monitor/system_monitor.h"
|
| #include "base/task.h"
|
| #include "content/browser/gamepad/data_fetcher.h"
|
| +#include "content/common/content_export.h"
|
| #include "content/common/gamepad_hardware_buffer.h"
|
|
|
| namespace base {
|
| @@ -22,8 +23,9 @@ struct GamepadMsg_Updated_Params;
|
|
|
| namespace gamepad {
|
|
|
| -class Provider : public base::RefCountedThreadSafe<Provider>,
|
| - public base::SystemMonitor::DevicesChangedObserver {
|
| +class CONTENT_EXPORT Provider :
|
| + public base::RefCountedThreadSafe<Provider>,
|
| + public base::SystemMonitor::DevicesChangedObserver {
|
| public:
|
| explicit Provider(DataFetcher* fetcher);
|
|
|
|
|