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

Unified Diff: device/generic_sensor/android/sensors_jni_registrar.h

Issue 2431163004: [sensors] Make generic_sensor a component (Closed)
Patch Set: Win Clang Created 4 years, 2 months 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 | « device/generic_sensor/BUILD.gn ('k') | device/generic_sensor/generic_sensor_export.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/generic_sensor/android/sensors_jni_registrar.h
diff --git a/device/generic_sensor/android/sensors_jni_registrar.h b/device/generic_sensor/android/sensors_jni_registrar.h
index dbda29fc059eece672fcd7c6b039da80d6dbd9f8..e10738d61601a771a113dab4c5ee8d657033e734 100644
--- a/device/generic_sensor/android/sensors_jni_registrar.h
+++ b/device/generic_sensor/android/sensors_jni_registrar.h
@@ -7,6 +7,8 @@
#include <jni.h>
+#include "device/generic_sensor/generic_sensor_export.h"
+
namespace device {
namespace android {
@@ -14,7 +16,7 @@ namespace android {
// See https://www.chromium.org/developers/design-documents/android-jni
//
// Must be called before classes in the Sensors module are used.
-bool RegisterSensorsJni(JNIEnv* env);
+bool DEVICE_GENERIC_SENSOR_EXPORT RegisterSensorsJni(JNIEnv* env);
} // namespace android
} // namespace device
« no previous file with comments | « device/generic_sensor/BUILD.gn ('k') | device/generic_sensor/generic_sensor_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698