| 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 {
|
|
|
|
|