| Index: sky/engine/core/html/canvas/CanvasRenderingContext.h
|
| diff --git a/sky/engine/core/html/canvas/CanvasRenderingContext.h b/sky/engine/core/html/canvas/CanvasRenderingContext.h
|
| index c9e7d4d5abc4ce464f88f3a920f45ce52a6b8636..2f6cf8c1f890f844acfa14e120b7ca692f6fd6df 100644
|
| --- a/sky/engine/core/html/canvas/CanvasRenderingContext.h
|
| +++ b/sky/engine/core/html/canvas/CanvasRenderingContext.h
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef CanvasRenderingContext_h
|
| -#define CanvasRenderingContext_h
|
| +#ifndef SKY_ENGINE_CORE_HTML_CANVAS_CANVASRENDERINGCONTEXT_H_
|
| +#define SKY_ENGINE_CORE_HTML_CANVAS_CANVASRENDERINGCONTEXT_H_
|
|
|
| #include "sky/engine/core/html/HTMLCanvasElement.h"
|
| #include "sky/engine/platform/heap/Handle.h"
|
| @@ -75,4 +75,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_CORE_HTML_CANVAS_CANVASRENDERINGCONTEXT_H_
|
|
|