commit | 0a73dd85e48b7e9729f99e50dc5683691b98b219 | [log] [tgz] |
---|---|---|
author | Geoff Lang <geofflang@chromium.org> | Wed Nov 19 16:18:08 2014 -0500 |
committer | Geoff Lang <geofflang@chromium.org> | Mon Nov 24 18:10:03 2014 +0000 |
tree | 38d1f0e97f426d325ddf54f0f38afc2414099d27 | |
parent | edcc6bc5267c6409ea78d1c857cfa141cf4cb24b [diff] [blame] |
Fix include guards. BUG=angle:733 Change-Id: I08b2c11c4831f1161c178c1842b10e807185aced Reviewed-on: https://chromium-review.googlesource.com/230831 Reviewed-by: Jamie Madill <jmadill@chromium.org> Tested-by: Geoff Lang <geofflang@chromium.org>
diff --git a/src/compiler/translator/OutputGLSLBase.h b/src/compiler/translator/OutputGLSLBase.h index e5174f5..d60283a 100644 --- a/src/compiler/translator/OutputGLSLBase.h +++ b/src/compiler/translator/OutputGLSLBase.h
@@ -4,8 +4,8 @@ // found in the LICENSE file. // -#ifndef CROSSCOMPILERGLSL_OUTPUTGLSLBASE_H_ -#define CROSSCOMPILERGLSL_OUTPUTGLSLBASE_H_ +#ifndef COMPILER_TRANSLATOR_OUTPUTGLSLBASE_H_ +#define COMPILER_TRANSLATOR_OUTPUTGLSLBASE_H_ #include <set> @@ -80,4 +80,4 @@ const int mShaderVersion; }; -#endif // CROSSCOMPILERGLSL_OUTPUTGLSLBASE_H_ +#endif // COMPILER_TRANSLATOR_OUTPUTGLSLBASE_H_