diff options
author | alokp@chromium.org <alokp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-21 15:39:15 +0000 |
---|---|---|
committer | alokp@chromium.org <alokp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-21 15:39:15 +0000 |
commit | 16a20c48086fd0616f8b2e2c30386b92f662a819 (patch) | |
tree | b33bd8756b6b79e202e311e948fe23ae3411ac69 /gpu/pgl/pgl.h | |
parent | 5587489cf4688fccbf21b8cbe7593b8ea6448b11 (diff) | |
download | chromium_src-16a20c48086fd0616f8b2e2c30386b92f662a819.zip chromium_src-16a20c48086fd0616f8b2e2c30386b92f662a819.tar.gz chromium_src-16a20c48086fd0616f8b2e2c30386b92f662a819.tar.bz2 |
Changed NPAPI include path to be absolute. Since we cannot use ANY npapi header, keeping the include path as absolute is less confusing.
Review URL: http://codereview.chromium.org/1722001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45193 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/pgl/pgl.h')
-rw-r--r-- | gpu/pgl/pgl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gpu/pgl/pgl.h b/gpu/pgl/pgl.h index 118d6fe..e413587 100644 --- a/gpu/pgl/pgl.h +++ b/gpu/pgl/pgl.h @@ -5,8 +5,8 @@ #ifndef GPU_PGL_PGL_H #define GPU_PGL_PGL_H -#include "npapi.h" -#include "npapi_extensions.h" +#include <npapi.h> +#include <npapi_extensions.h> #define PGL_TRUE 1 #define PGL_FALSE 0 |