| Index: content/browser/device_sensors/ambient_light_mac.h
|
| diff --git a/content/browser/device_sensors/ambient_light_mac.h b/content/browser/device_sensors/ambient_light_mac.h
|
| index 8d34e165b80bc6c26da60dec1084fd0872c69352..36eff8b76f1437cb4a42d700f4d7acc1294c25e2 100644
|
| --- a/content/browser/device_sensors/ambient_light_mac.h
|
| +++ b/content/browser/device_sensors/ambient_light_mac.h
|
| @@ -6,7 +6,9 @@
|
| #define CONTENT_BROWSER_DEVICE_SENSORS_AMBIENT_LIGHT_MAC_H_
|
|
|
| #include <IOKit/IOKitLib.h>
|
| +#include <stdint.h>
|
|
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
|
|
| namespace content {
|
|
|