| Index: device/sensors/ambient_light_mac.cc
|
| diff --git a/device/sensors/ambient_light_mac.cc b/device/sensors/ambient_light_mac.cc
|
| index 9d2417d47870faa3df636b36421d27b4a3799820..c9f36f5de17d001620b8180ba8ba3b91ea030b8d 100644
|
| --- a/device/sensors/ambient_light_mac.cc
|
| +++ b/device/sensors/ambient_light_mac.cc
|
| @@ -33,8 +33,7 @@ AmbientLightSensor::~AmbientLightSensor() {
|
| IOServiceClose(io_connection_);
|
| }
|
|
|
| -AmbientLightSensor::AmbientLightSensor() : io_connection_(IO_OBJECT_NULL) {
|
| -}
|
| +AmbientLightSensor::AmbientLightSensor() : io_connection_(IO_OBJECT_NULL) {}
|
|
|
| bool AmbientLightSensor::Init() {
|
| // Tested and verified by riju that the following call works on
|
|
|