Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(23)

Unified Diff: third_party/npapi/bindings/npruntime.h

Issue 342079: A few small changes to make npapi header files useful in the... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/npapi/bindings/npapi.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « third_party/npapi/bindings/npapi.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698