Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(321)

Unified Diff: device/bluetooth/bluetooth_uuid.cc

Issue 1542163002: Switch to standard integer types in device/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: win Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"
« no previous file with comments | « device/bluetooth/bluetooth_task_manager_win_unittest.cc ('k') | device/bluetooth/bluetooth_uuid_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698