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

Unified Diff: remoting/host/linux/unicode_to_keysym.h

Issue 1547473005: Switch to standard integer types in remoting/host/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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/host/linux/unicode_to_keysym.h
diff --git a/remoting/host/linux/unicode_to_keysym.h b/remoting/host/linux/unicode_to_keysym.h
index cb3518c8669cc78da8b050c16a416a9fa2206ef0..b5b1b4692ec5c5388c2684a2e748e146ca91b4e1 100644
--- a/remoting/host/linux/unicode_to_keysym.h
+++ b/remoting/host/linux/unicode_to_keysym.h
@@ -5,9 +5,10 @@
#ifndef REMOTING_HOST_LINUX_UNICODE_TO_KEYSYM_H_
#define REMOTING_HOST_LINUX_UNICODE_TO_KEYSYM_H_
+#include <stdint.h>
+
#include <vector>
-#include "base/basictypes.h"
namespace remoting {
« no previous file with comments | « remoting/host/linux/audio_pipe_reader_unittest.cc ('k') | remoting/host/linux/unicode_to_keysym_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698