Index: third_party/npapi/bindings/npapi.h |
diff --git a/third_party/npapi/bindings/npapi.h b/third_party/npapi/bindings/npapi.h |
index 8d424507da8cf0d718858863e97959831eeffc1a..97eb900eb7d16d4d58eed2270b120b806029bd31 100644 |
--- a/third_party/npapi/bindings/npapi.h |
+++ b/third_party/npapi/bindings/npapi.h |
@@ -48,12 +48,8 @@ |
#include "nptypes.h" |
#endif |
-#ifdef __native_client__ |
#include <stdint.h> |
#include <sys/types.h> |
-#else |
-#include "base/basictypes.h" |
-#endif /* __native_client__ */ |
/* END GOOGLE MODIFICATIONS */ |