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

Unified Diff: device/bluetooth/bluetooth_rfcomm_channel_mac.h

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_rfcomm_channel_mac.h
diff --git a/device/bluetooth/bluetooth_rfcomm_channel_mac.h b/device/bluetooth/bluetooth_rfcomm_channel_mac.h
index 5f98f27a0d2f8b8d6995f2cdf1acbb7308d267ff..8d613b05cd61022265759e7d5ce29822b685a7b6 100644
--- a/device/bluetooth/bluetooth_rfcomm_channel_mac.h
+++ b/device/bluetooth/bluetooth_rfcomm_channel_mac.h
@@ -7,6 +7,8 @@
#import <IOBluetooth/IOBluetooth.h>
#import <IOKit/IOReturn.h>
+#include <stddef.h>
+#include <stdint.h>
#include "base/mac/scoped_nsobject.h"
#include "base/macros.h"
« no previous file with comments | « device/bluetooth/bluetooth_remote_gatt_service_bluez.cc ('k') | device/bluetooth/bluetooth_service_record_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698