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

Unified Diff: device/bluetooth/uribeacon/uri_encoder.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
« no previous file with comments | « device/bluetooth/test/test_bluetooth_adapter_observer.cc ('k') | device/bluetooth/uribeacon/uri_encoder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/bluetooth/uribeacon/uri_encoder.h
diff --git a/device/bluetooth/uribeacon/uri_encoder.h b/device/bluetooth/uribeacon/uri_encoder.h
index 30d27d65e7c4930e2ea6f763fedeba0b8cbc12e0..6bf092a9079bedcae4ad6ce54f7b78ac179d6d7d 100644
--- a/device/bluetooth/uribeacon/uri_encoder.h
+++ b/device/bluetooth/uribeacon/uri_encoder.h
@@ -5,6 +5,8 @@
#ifndef DEVICE_BLUETOOTH_URIBEACON_URI_ENCODER_H_
#define DEVICE_BLUETOOTH_URIBEACON_URI_ENCODER_H_
+#include <stdint.h>
+
#include <string>
#include <vector>
« no previous file with comments | « device/bluetooth/test/test_bluetooth_adapter_observer.cc ('k') | device/bluetooth/uribeacon/uri_encoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698