| Index: device/bluetooth/dbus/bluetooth_agent_service_provider.h
|
| diff --git a/device/bluetooth/dbus/bluetooth_agent_service_provider.h b/device/bluetooth/dbus/bluetooth_agent_service_provider.h
|
| index 5248a55e560083ed4161e1f601c2f07112cae5a5..3d793172e3e89b2a44015eebe21c46ac2d0f8d8c 100644
|
| --- a/device/bluetooth/dbus/bluetooth_agent_service_provider.h
|
| +++ b/device/bluetooth/dbus/bluetooth_agent_service_provider.h
|
| @@ -5,11 +5,10 @@
|
| #ifndef DEVICE_BLUETOOTH_DBUS_BLUETOOTH_AGENT_SERVICE_PROVIDER_H_
|
| #define DEVICE_BLUETOOTH_DBUS_BLUETOOTH_AGENT_SERVICE_PROVIDER_H_
|
|
|
| -#include <stdint.h>
|
| -
|
| +#include <cstdint>
|
| #include <string>
|
|
|
| -#include "base/callback.h"
|
| +#include "base/callback_forward.h"
|
| #include "base/macros.h"
|
| #include "dbus/bus.h"
|
| #include "dbus/object_path.h"
|
|
|