summaryrefslogtreecommitdiffstats
path: root/third_party/npapi/bindings
diff options
context:
space:
mode:
authorstuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-11 17:05:26 +0000
committerstuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-11 17:05:26 +0000
commitd13de415418b360407290d65db280908f3f7f9ef (patch)
treee1afbdcff947c643dd81f6cc159eb57e6081119d /third_party/npapi/bindings
parentccd40a580cd543c98865bfef3426554c5c433784 (diff)
downloadchromium_src-d13de415418b360407290d65db280908f3f7f9ef.zip
chromium_src-d13de415418b360407290d65db280908f3f7f9ef.tar.gz
chromium_src-d13de415418b360407290d65db280908f3f7f9ef.tar.bz2
Change npapi.h header guard to match npapi-headers version
BUG=42645 TEST=Everything still compiles Review URL: http://codereview.chromium.org/2002008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46927 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/npapi/bindings')
-rw-r--r--third_party/npapi/bindings/npapi.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/third_party/npapi/bindings/npapi.h b/third_party/npapi/bindings/npapi.h
index 647b1a4..2072d43f 100644
--- a/third_party/npapi/bindings/npapi.h
+++ b/third_party/npapi/bindings/npapi.h
@@ -35,8 +35,8 @@
*
* ***** END LICENSE BLOCK ***** */
-#ifndef _NPAPI_H_
-#define _NPAPI_H_
+#ifndef npapi_h_
+#define npapi_h_
#ifdef __OS2__
#pragma pack(1)
@@ -892,4 +892,4 @@ NPBool NPN_ConvertPoint(NPP instance, double sourceX, double sour
#pragma pack()
#endif
-#endif /* _NPAPI_H_ */
+#endif /* npapi_h_ */