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 /gpu/gpu_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 'gpu/gpu_plugin')
-rw-r--r-- | gpu/gpu_plugin/gpu_plugin.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gpu/gpu_plugin/gpu_plugin.cc b/gpu/gpu_plugin/gpu_plugin.cc index d274936..bdec53d 100644 --- a/gpu/gpu_plugin/gpu_plugin.cc +++ b/gpu/gpu_plugin/gpu_plugin.cc @@ -9,7 +9,7 @@ #include "base/logging.h" #include "build/build_config.h" #include "gpu/gpu_plugin/gpu_plugin.h" -#include "webkit/glue/plugins/nphostapi.h" +#include "third_party/npapi/bindings/nphostapi.h" namespace gpu_plugin { |