| Index: remoting/client/jni/android_keymap.h
|
| diff --git a/remoting/client/jni/android_keymap.h b/remoting/client/jni/android_keymap.h
|
| index 9368ae5a13628601356a9c031864e139feaef94d..5cfe555a1a2b24df3b5254114dd4af53917690f4 100644
|
| --- a/remoting/client/jni/android_keymap.h
|
| +++ b/remoting/client/jni/android_keymap.h
|
| @@ -5,7 +5,9 @@
|
| #ifndef REMOTING_CLIENT_JNI_ANDROID_KEYMAP_H_
|
| #define REMOTING_CLIENT_JNI_ANDROID_KEYMAP_H_
|
|
|
| -#include "base/basictypes.h"
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
| +
|
| #include "base/memory/scoped_ptr.h"
|
|
|
| namespace remoting {
|
| @@ -16,7 +18,7 @@ namespace remoting {
|
| // instead of the host's. The whole process needs to be rethought to accomplish
|
| // the mappings in a localizable and future-proof way.
|
| // crbug.com/265945
|
| -uint32 AndroidKeycodeToUsbKeycode(size_t android);
|
| +uint32_t AndroidKeycodeToUsbKeycode(size_t android);
|
|
|
| } // namespace remoting
|
|
|
|
|