| Index: sky/engine/core/html/canvas/WebGLDebugShaders.h
|
| diff --git a/sky/engine/core/html/canvas/WebGLDebugShaders.h b/sky/engine/core/html/canvas/WebGLDebugShaders.h
|
| index 445d030b17db3501a47e19f1fb9c78865b60dc76..aa4dfd29818968b9c9ee02ab6b19964ed95b68d5 100644
|
| --- a/sky/engine/core/html/canvas/WebGLDebugShaders.h
|
| +++ b/sky/engine/core/html/canvas/WebGLDebugShaders.h
|
| @@ -23,8 +23,8 @@
|
| * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef WebGLDebugShaders_h
|
| -#define WebGLDebugShaders_h
|
| +#ifndef SKY_ENGINE_CORE_HTML_CANVAS_WEBGLDEBUGSHADERS_H_
|
| +#define SKY_ENGINE_CORE_HTML_CANVAS_WEBGLDEBUGSHADERS_H_
|
|
|
| #include "sky/engine/bindings/core/v8/ScriptWrappable.h"
|
| #include "sky/engine/core/html/canvas/WebGLExtension.h"
|
| @@ -52,4 +52,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // WebGLDebugShaders_h
|
| +#endif // SKY_ENGINE_CORE_HTML_CANVAS_WEBGLDEBUGSHADERS_H_
|
|
|