Index: ppapi/shared_impl/ppb_input_event_shared.h |
diff --git a/ppapi/shared_impl/ppb_input_event_shared.h b/ppapi/shared_impl/ppb_input_event_shared.h |
index b3e8e61629fd396c7a640ac5810da508a17b169a..cdebad72f71bb7ec3d947bd52a940f5956d14ff7 100644 |
--- a/ppapi/shared_impl/ppb_input_event_shared.h |
+++ b/ppapi/shared_impl/ppb_input_event_shared.h |
@@ -5,11 +5,13 @@ |
#ifndef PPAPI_SHARED_IMPL_PPB_INPUT_EVENT_SHARED_H_ |
#define PPAPI_SHARED_IMPL_PPB_INPUT_EVENT_SHARED_H_ |
+#include <stdint.h> |
+ |
#include <string> |
#include <vector> |
-#include "base/basictypes.h" |
#include "base/compiler_specific.h" |
+#include "base/macros.h" |
#include "ppapi/c/ppb_input_event.h" |
#include "ppapi/shared_impl/resource.h" |
#include "ppapi/thunk/ppb_input_event_api.h" |