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

Unified Diff: remoting/client/normalizing_input_filter_win.cc

Issue 1542203002: Switch to standard integer types in remoting/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@int-remoting-host
Patch Set: 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: remoting/client/normalizing_input_filter_win.cc
diff --git a/remoting/client/normalizing_input_filter_win.cc b/remoting/client/normalizing_input_filter_win.cc
index 20950da06d704204d5d8c73357e22acfc460aa27..2fca24253a6793a0ae9cb0b75c17f33ac7cb8021 100644
--- a/remoting/client/normalizing_input_filter_win.cc
+++ b/remoting/client/normalizing_input_filter_win.cc
@@ -4,6 +4,8 @@
#include "remoting/client/normalizing_input_filter_win.h"
+#include <stdint.h>
+
#include "base/logging.h"
#include "ui/events/keycodes/dom/dom_code.h"
« no previous file with comments | « remoting/client/normalizing_input_filter_mac_unittest.cc ('k') | remoting/client/normalizing_input_filter_win_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698