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

Unified Diff: device/devices_app/usb/fake_permission_provider.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
Index: device/devices_app/usb/fake_permission_provider.h
diff --git a/device/devices_app/usb/fake_permission_provider.h b/device/devices_app/usb/fake_permission_provider.h
index 078c26767067b7f5a333e570e8c754f1f30d89a9..62947b46c2ff9f5dac6bfc707cfe76bc0e3248dc 100644
--- a/device/devices_app/usb/fake_permission_provider.h
+++ b/device/devices_app/usb/fake_permission_provider.h
@@ -5,6 +5,8 @@
#ifndef DEVICE_USB_FAKE_PERMISSION_PROVIDER_H_
#define DEVICE_USB_FAKE_PERMISSION_PROVIDER_H_
+#include <stdint.h>
+
#include "device/devices_app/usb/public/interfaces/permission_provider.mojom.h"
#include "mojo/common/weak_binding_set.h"
#include "mojo/public/cpp/bindings/array.h"
« no previous file with comments | « device/devices_app/usb/device_manager_impl_unittest.cc ('k') | device/devices_app/usb/fake_permission_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698