summaryrefslogtreecommitdiffstats
path: root/content/browser/device_orientation/provider.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/device_orientation/provider.h')
-rw-r--r--content/browser/device_orientation/provider.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/content/browser/device_orientation/provider.h b/content/browser/device_orientation/provider.h
index 8fa4831..a44128c 100644
--- a/content/browser/device_orientation/provider.h
+++ b/content/browser/device_orientation/provider.h
@@ -6,12 +6,13 @@
#define CONTENT_BROWSER_DEVICE_ORIENTATION_PROVIDER_H_
#include "base/memory/ref_counted.h"
+#include "content/common/content_export.h"
namespace device_orientation {
class Orientation;
-class Provider : public base::RefCountedThreadSafe<Provider> {
+class CONTENT_EXPORT Provider : public base::RefCountedThreadSafe<Provider> {
public:
class Observer {
public: