| 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 8cebb0ca8dd0aa2f564de6dbda2c3d1e68e7edda..0a87aa21a26a479e788106028d0b366bc4d1eb34 100644
|
| --- a/device/generic_sensor/platform_sensor_configuration.h
|
| +++ b/device/generic_sensor/platform_sensor_configuration.h
|
| @@ -16,6 +16,7 @@ class PlatformSensorConfiguration {
|
| ~PlatformSensorConfiguration();
|
|
|
| bool operator==(const PlatformSensorConfiguration& other) const;
|
| + virtual bool operator>(const PlatformSensorConfiguration& other) const;
|
|
|
| void set_frequency(double frequency) {
|
| DCHECK(frequency_ <= kMaxAllowedFrequency && frequency_ > 0.0);
|
|
|