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

Unified Diff: device/hid/fake_input_service_linux.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/devices_app/usb/type_converters.cc ('k') | device/hid/hid_connection.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/hid/fake_input_service_linux.h
diff --git a/device/hid/fake_input_service_linux.h b/device/hid/fake_input_service_linux.h
index 1b46d9895c4992892ec9fd3b9120f2b39609e3fb..f4fe8d716b089ad0f093852efc505feb9c21cada 100644
--- a/device/hid/fake_input_service_linux.h
+++ b/device/hid/fake_input_service_linux.h
@@ -7,6 +7,7 @@
#include <string>
+#include "base/macros.h"
#include "device/hid/input_service_linux.h"
namespace device {
« no previous file with comments | « device/devices_app/usb/type_converters.cc ('k') | device/hid/hid_connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698