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

Unified Diff: public/platform/modules/bluetooth/WebBluetoothGATTCharacteristic.h

Issue 1212123003: Componentization: make symbols visible. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 months 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: public/platform/modules/bluetooth/WebBluetoothGATTCharacteristic.h
diff --git a/public/platform/modules/bluetooth/WebBluetoothGATTCharacteristic.h b/public/platform/modules/bluetooth/WebBluetoothGATTCharacteristic.h
index 0bd0923ebbf2bfd0245acfc827c579870530f0c9..3f66a247a1e4fdf6599d68acd32e2342d4bfd3ee 100644
--- a/public/platform/modules/bluetooth/WebBluetoothGATTCharacteristic.h
+++ b/public/platform/modules/bluetooth/WebBluetoothGATTCharacteristic.h
@@ -6,7 +6,7 @@
#define WebBluetoothGATTCharacteristic_h
#include "public/platform/WebString.h"
-#include "public/web/WebArrayBuffer.h"
+#include "public/platform/WebVector.h"
namespace blink {
@@ -28,7 +28,7 @@ struct WebBluetoothGATTCharacteristic {
// TODO(ortuno): Add 'properties' once CharacteristicProperties is implemented.
// https://crbug.com/483345
// const WebCharacteristicProperties properties;
- const WebArrayBuffer value;
+ const WebVector<uint8_t> value;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698