| Index: sky/engine/core/html/canvas/WebGLExtensionName.h
|
| diff --git a/sky/engine/core/html/canvas/WebGLExtensionName.h b/sky/engine/core/html/canvas/WebGLExtensionName.h
|
| index 4fc9e01171beb2979a11d3823b04e8ab16fe6d80..02175ec87bd32962075f093409860ba5e88e4a5e 100644
|
| --- a/sky/engine/core/html/canvas/WebGLExtensionName.h
|
| +++ b/sky/engine/core/html/canvas/WebGLExtensionName.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef WebGLExtensionName_h
|
| -#define WebGLExtensionName_h
|
| +#ifndef SKY_ENGINE_CORE_HTML_CANVAS_WEBGLEXTENSIONNAME_H_
|
| +#define SKY_ENGINE_CORE_HTML_CANVAS_WEBGLEXTENSIONNAME_H_
|
|
|
| namespace blink {
|
|
|
| @@ -35,4 +35,4 @@ enum WebGLExtensionName {
|
|
|
| }
|
|
|
| -#endif // WebGLExtensionName_h
|
| +#endif // SKY_ENGINE_CORE_HTML_CANVAS_WEBGLEXTENSIONNAME_H_
|
|
|