| Index: content/browser/device_sensors/device_sensor_host.cc
|
| diff --git a/content/browser/device_sensors/device_sensor_host.cc b/content/browser/device_sensors/device_sensor_host.cc
|
| index 76096def5fbf1538416649e32cb2e7add8753a69..06c898af88cad1e2f2d40b970df586861c1331db 100644
|
| --- a/content/browser/device_sensors/device_sensor_host.cc
|
| +++ b/content/browser/device_sensors/device_sensor_host.cc
|
| @@ -4,6 +4,7 @@
|
|
|
| #include "content/browser/device_sensors/device_sensor_host.h"
|
|
|
| +#include "base/memory/ptr_util.h"
|
| #include "base/message_loop/message_loop.h"
|
| #include "content/browser/device_sensors/device_sensor_service.h"
|
| #include "mojo/public/cpp/bindings/strong_binding.h"
|
|
|