| Index: sky/engine/core/rendering/HitTestLocation.h
|
| diff --git a/sky/engine/core/rendering/HitTestLocation.h b/sky/engine/core/rendering/HitTestLocation.h
|
| index b06e87628aba2e7154311196da510819fcfc7321..bb15c0f95bb0bdfe7971f380308f59e6e88858f2 100644
|
| --- a/sky/engine/core/rendering/HitTestLocation.h
|
| +++ b/sky/engine/core/rendering/HitTestLocation.h
|
| @@ -19,8 +19,8 @@
|
| *
|
| */
|
|
|
| -#ifndef HitTestLocation_h
|
| -#define HitTestLocation_h
|
| +#ifndef SKY_ENGINE_CORE_RENDERING_HITTESTLOCATION_H_
|
| +#define SKY_ENGINE_CORE_RENDERING_HITTESTLOCATION_H_
|
|
|
| #include "sky/engine/platform/geometry/FloatQuad.h"
|
| #include "sky/engine/platform/geometry/FloatRect.h"
|
| @@ -87,4 +87,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // HitTestLocation_h
|
| +#endif // SKY_ENGINE_CORE_RENDERING_HITTESTLOCATION_H_
|
|
|