| Index: sky/engine/core/html/canvas/MouseEventHitRegion.h
|
| diff --git a/sky/engine/core/html/canvas/MouseEventHitRegion.h b/sky/engine/core/html/canvas/MouseEventHitRegion.h
|
| index a660fb79621d7a613778e89dad448c626ffdc28b..3ad9f4c64ee930fa4e036b10a7683a5e45d46284 100644
|
| --- a/sky/engine/core/html/canvas/MouseEventHitRegion.h
|
| +++ b/sky/engine/core/html/canvas/MouseEventHitRegion.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 MouseEventHitRegion_h
|
| -#define MouseEventHitRegion_h
|
| +#ifndef SKY_ENGINE_CORE_HTML_CANVAS_MOUSEEVENTHITREGION_H_
|
| +#define SKY_ENGINE_CORE_HTML_CANVAS_MOUSEEVENTHITREGION_H_
|
|
|
| #include "sky/engine/core/events/MouseEvent.h"
|
| #include "sky/engine/core/html/HTMLCanvasElement.h"
|
| @@ -40,4 +40,4 @@ public:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_CORE_HTML_CANVAS_MOUSEEVENTHITREGION_H_
|
|
|