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..a209f260ce329b6e7f7bee582287e8ecc2074eac 100644 |
--- a/device/bluetooth/dbus/bluetooth_agent_service_provider.h |
+++ b/device/bluetooth/dbus/bluetooth_agent_service_provider.h |
@@ -5,11 +5,11 @@ |
#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" |
xiyuan
2016/06/22 15:53:06
move to cc since callback_forward.h is included.
rkc
2016/06/22 21:06:38
Done.
|
+#include "base/callback_forward.h" |
#include "base/macros.h" |
#include "dbus/bus.h" |
#include "dbus/object_path.h" |