| Index: sky/engine/core/html/canvas/WebGLUniformLocation.h
|
| diff --git a/sky/engine/core/html/canvas/WebGLUniformLocation.h b/sky/engine/core/html/canvas/WebGLUniformLocation.h
|
| index 5e9859939d5c4593b27c72f6936cedfcd03f1a9d..91628f3869466a6fbf9c37ae4401986817c5cf02 100644
|
| --- a/sky/engine/core/html/canvas/WebGLUniformLocation.h
|
| +++ b/sky/engine/core/html/canvas/WebGLUniformLocation.h
|
| @@ -24,8 +24,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef WebGLUniformLocation_h
|
| -#define WebGLUniformLocation_h
|
| +#ifndef SKY_ENGINE_CORE_HTML_CANVAS_WEBGLUNIFORMLOCATION_H_
|
| +#define SKY_ENGINE_CORE_HTML_CANVAS_WEBGLUNIFORMLOCATION_H_
|
|
|
| #include "sky/engine/bindings/core/v8/ScriptWrappable.h"
|
| #include "sky/engine/core/html/canvas/WebGLProgram.h"
|
| @@ -54,4 +54,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // WebGLUniformLocation_h
|
| +#endif // SKY_ENGINE_CORE_HTML_CANVAS_WEBGLUNIFORMLOCATION_H_
|
|
|