| Index: device/generic_sensor/platform_sensor_configuration.h
|
| diff --git a/device/generic_sensor/platform_sensor_configuration.h b/device/generic_sensor/platform_sensor_configuration.h
|
| index 83a2d9bd8f4684924fb64baca09293b7b03a4ed3..8cebb0ca8dd0aa2f564de6dbda2c3d1e68e7edda 100644
|
| --- a/device/generic_sensor/platform_sensor_configuration.h
|
| +++ b/device/generic_sensor/platform_sensor_configuration.h
|
| @@ -6,11 +6,10 @@
|
| #define DEVICE_GENERIC_SENSOR_PLATFORM_SENSOR_CONFIGURATION_H_
|
|
|
| #include "base/logging.h"
|
| -#include "device/generic_sensor/sensor_export.h"
|
|
|
| namespace device {
|
|
|
| -class DEVICE_SENSOR_EXPORT PlatformSensorConfiguration {
|
| +class PlatformSensorConfiguration {
|
| public:
|
| PlatformSensorConfiguration();
|
| explicit PlatformSensorConfiguration(double frequency);
|
|
|