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

Unified Diff: device/usb/tools/usb_ids.py

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/usb/mock_usb_device_handle.h ('k') | device/usb/usb_context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/usb/tools/usb_ids.py
diff --git a/device/usb/tools/usb_ids.py b/device/usb/tools/usb_ids.py
index e07bd4ca6f78b8f11267caa36cc80e81de683a3c..55c2f69548da9e64de026de0e60fa82957f941be 100644
--- a/device/usb/tools/usb_ids.py
+++ b/device/usb/tools/usb_ids.py
@@ -91,6 +91,8 @@ if __name__ == "__main__":
#ifndef GENERATED_USB_IDS_H_
#define GENERATED_USB_IDS_H_
+#include <stddef.h>
+
#include "device/usb/usb_ids.h"
namespace device {
« no previous file with comments | « device/usb/mock_usb_device_handle.h ('k') | device/usb/usb_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698