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

Unified Diff: device/devices_app/usb/type_converters.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
« no previous file with comments | « device/devices_app/usb/fake_permission_provider.cc ('k') | device/hid/fake_input_service_linux.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/devices_app/usb/type_converters.cc
diff --git a/device/devices_app/usb/type_converters.cc b/device/devices_app/usb/type_converters.cc
index 2e14e4f229e5ead23be984bd0165823ab192eb3e..cc6852b45465b279885a78956e28619197ca2a24 100644
--- a/device/devices_app/usb/type_converters.cc
+++ b/device/devices_app/usb/type_converters.cc
@@ -4,6 +4,9 @@
#include "device/devices_app/usb/type_converters.h"
+#include <stddef.h>
+#include <stdint.h>
+
#include <map>
#include <utility>
« no previous file with comments | « device/devices_app/usb/fake_permission_provider.cc ('k') | device/hid/fake_input_service_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698