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

Unified Diff: webkit/tools/npapi_layout_test_plugin/PluginObject.cpp

Issue 2505001: Fix more type issues from the npapi.h tranisition to *_t types (Closed)
Patch Set: scaled back Created 10 years, 7 months 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 | « webkit/default_plugin/plugin_main.cc ('k') | webkit/tools/npapi_layout_test_plugin/TestObject.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/tools/npapi_layout_test_plugin/PluginObject.cpp
diff --git a/webkit/tools/npapi_layout_test_plugin/PluginObject.cpp b/webkit/tools/npapi_layout_test_plugin/PluginObject.cpp
index 390f9ec5d2863338e04f6cee742c00436ab5f7d9..43bc6165bbf8bdba33ff867917b63d81c44f8728 100644
--- a/webkit/tools/npapi_layout_test_plugin/PluginObject.cpp
+++ b/webkit/tools/npapi_layout_test_plugin/PluginObject.cpp
@@ -29,6 +29,7 @@
#include <assert.h>
#include <stdlib.h>
#include <stdio.h>
+#include <string.h>
#ifdef WIN32
#define snprintf sprintf_s
#endif
« no previous file with comments | « webkit/default_plugin/plugin_main.cc ('k') | webkit/tools/npapi_layout_test_plugin/TestObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698