Index: content/renderer/usb/web_usb_device_impl.h |
diff --git a/content/renderer/usb/web_usb_device_impl.h b/content/renderer/usb/web_usb_device_impl.h |
index 0f8fc05a642b78363c3234934bbec9f7933f8326..4e49ae93e0d5ae638a014627002daecb2314662a 100644 |
--- a/content/renderer/usb/web_usb_device_impl.h |
+++ b/content/renderer/usb/web_usb_device_impl.h |
@@ -5,6 +5,9 @@ |
#ifndef CONTENT_RENDERER_USB_WEB_USB_DEVICE_IMPL_H_ |
#define CONTENT_RENDERER_USB_WEB_USB_DEVICE_IMPL_H_ |
+#include <stddef.h> |
+#include <stdint.h> |
+ |
#include "base/macros.h" |
#include "base/memory/scoped_ptr.h" |
#include "base/memory/weak_ptr.h" |