| Index: sky/engine/core/html/canvas/HitRegion.h
|
| diff --git a/sky/engine/core/html/canvas/HitRegion.h b/sky/engine/core/html/canvas/HitRegion.h
|
| index 679a75bcbdae59763ae7bfd996d96493c0698e97..9884304074aaf8f795339c3e8483eb727580d9e2 100644
|
| --- a/sky/engine/core/html/canvas/HitRegion.h
|
| +++ b/sky/engine/core/html/canvas/HitRegion.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 HitRegion_h
|
| -#define HitRegion_h
|
| +#ifndef SKY_ENGINE_CORE_HTML_CANVAS_HITREGION_H_
|
| +#define SKY_ENGINE_CORE_HTML_CANVAS_HITREGION_H_
|
|
|
| #include "sky/engine/bindings/core/v8/Dictionary.h"
|
| #include "sky/engine/core/dom/Element.h"
|
| @@ -90,4 +90,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_CORE_HTML_CANVAS_HITREGION_H_
|
|
|