| Index: third_party/npapi/bindings/npruntime.h
|
| ===================================================================
|
| --- third_party/npapi/bindings/npruntime.h (revision 30707)
|
| +++ third_party/npapi/bindings/npruntime.h (working copy)
|
| @@ -70,10 +70,8 @@
|
|
|
|
|
| // BEGIN GOOGLE MODIFICATIONS
|
| -
|
| -#include "base/basictypes.h"
|
| -#include "bindings/npapi.h"
|
| -
|
| +#include "npapi.h"
|
| +#ifndef __native_client__
|
| typedef uint8 uint8_t;
|
| typedef int8 int8_t;
|
| typedef uint16 uint16_t;
|
| @@ -82,7 +80,7 @@
|
| typedef int32 int32_t;
|
| typedef int64 int64_t;
|
| typedef uint64 uint64_t;
|
| -
|
| +#endif /* __native_client__ */
|
| // END GOOGLE MODIFICATIONS
|
|
|
|
|
|
|