| Index: device/bluetooth/bluetooth_uuid.cc
|
| diff --git a/device/bluetooth/bluetooth_uuid.cc b/device/bluetooth/bluetooth_uuid.cc
|
| index 4a0ab22d27ee425c29ec837ae8d51eeac537f6fb..89c1ac631459766e40bd0f5f10579b9c46f5fb9e 100644
|
| --- a/device/bluetooth/bluetooth_uuid.cc
|
| +++ b/device/bluetooth/bluetooth_uuid.cc
|
| @@ -4,7 +4,8 @@
|
|
|
| #include "device/bluetooth/bluetooth_uuid.h"
|
|
|
| -#include "base/basictypes.h"
|
| +#include <stddef.h>
|
| +
|
| #include "base/logging.h"
|
| #include "base/strings/string_util.h"
|
| #include "ipc/ipc_message.h"
|
|
|