diff options
author | dspringer@google.com <dspringer@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-15 21:20:23 +0000 |
---|---|---|
committer | dspringer@google.com <dspringer@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-15 21:20:23 +0000 |
commit | 1d3afeaeea04c5545883ce9bfd47b5686d41b73f (patch) | |
tree | b92b4ab943973edcf4ccddeacd85b4895e3bc476 /webkit/tools/pepper_test_plugin | |
parent | e00e18af2f61e8eec071778f66ef15e8bf671d42 (diff) | |
download | chromium_src-1d3afeaeea04c5545883ce9bfd47b5686d41b73f.zip chromium_src-1d3afeaeea04c5545883ce9bfd47b5686d41b73f.tar.gz chromium_src-1d3afeaeea04c5545883ce9bfd47b5686d41b73f.tar.bz2 |
Remove redundant nphostapi.h from webkit/glue/plugins, update source files as
needed.
Note that this change is required for the Native Client SDK, because
comman_buffer_pepper.h erroneously references nphostpis.h from webkit/glue.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/1000001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41631 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/pepper_test_plugin')
-rw-r--r-- | webkit/tools/pepper_test_plugin/event_handler.h | 2 | ||||
-rw-r--r-- | webkit/tools/pepper_test_plugin/main.cc | 2 | ||||
-rw-r--r-- | webkit/tools/pepper_test_plugin/plugin_object.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/webkit/tools/pepper_test_plugin/event_handler.h b/webkit/tools/pepper_test_plugin/event_handler.h index 5764e28..bf3d607 100644 --- a/webkit/tools/pepper_test_plugin/event_handler.h +++ b/webkit/tools/pepper_test_plugin/event_handler.h @@ -28,7 +28,7 @@ #include <string> #include "base/basictypes.h" -#include "webkit/glue/plugins/nphostapi.h" +#include "third_party/npapi/bindings/nphostapi.h" class EventHandler { public: diff --git a/webkit/tools/pepper_test_plugin/main.cc b/webkit/tools/pepper_test_plugin/main.cc index 81c963d..1ecd8c6 100644 --- a/webkit/tools/pepper_test_plugin/main.cc +++ b/webkit/tools/pepper_test_plugin/main.cc @@ -43,7 +43,7 @@ #include "base/logging.h" #include "base/string_util.h" #endif -#include "webkit/glue/plugins/nphostapi.h" +#include "third_party/npapi/bindings/nphostapi.h" #include "webkit/tools/pepper_test_plugin/plugin_object.h" #include "webkit/tools/pepper_test_plugin/event_handler.h" diff --git a/webkit/tools/pepper_test_plugin/plugin_object.h b/webkit/tools/pepper_test_plugin/plugin_object.h index 73a3277..95eb389 100644 --- a/webkit/tools/pepper_test_plugin/plugin_object.h +++ b/webkit/tools/pepper_test_plugin/plugin_object.h @@ -28,7 +28,7 @@ #include "base/basictypes.h" #include "base/scoped_ptr.h" -#include "webkit/glue/plugins/nphostapi.h" +#include "third_party/npapi/bindings/nphostapi.h" #if !defined(INDEPENDENT_PLUGIN) #include "gpu/pgl/pgl.h" #endif |