Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(812)

Unified Diff: content/browser/sensors/sensors_provider.h

Issue 8539013: Export RenderWidgetHostViewAura and sensors::Provider to fix component build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_aura.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/sensors/sensors_provider.h
diff --git a/content/browser/sensors/sensors_provider.h b/content/browser/sensors/sensors_provider.h
index 72bc15fd24fb441396ea9913a37250e04419734e..e647a4feebb49fa00d3f58f91d2e058a1ccd364d 100644
--- a/content/browser/sensors/sensors_provider.h
+++ b/content/browser/sensors/sensors_provider.h
@@ -7,6 +7,7 @@
#pragma once
#include "base/basictypes.h"
+#include "content/common/content_export.h"
#include "content/common/sensors_listener.h"
// The sensors API will unify various types of sensor data into a set of
@@ -22,7 +23,7 @@ namespace sensors {
// TODO(cwolfe): Finish defining the initial set of channels and replace this
// with the generic sensor provider.
//
-class Provider {
+class CONTENT_EXPORT Provider {
public:
static Provider* GetInstance();
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_aura.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698