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

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

Issue 1546223002: Switch to standard integer types in third_party/npapi/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 5 years 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 | « content/browser/renderer_host/font_utils_linux.cc ('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/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 */
« no previous file with comments | « content/browser/renderer_host/font_utils_linux.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698