| Index: sky/engine/platform/geometry/IntRectExtent.h
|
| diff --git a/sky/engine/platform/geometry/IntRectExtent.h b/sky/engine/platform/geometry/IntRectExtent.h
|
| index 3591779fb75979a94d7f17fac8341025d62184a7..b1651e12be7b70324235ac642371a6f3f8d51486 100644
|
| --- a/sky/engine/platform/geometry/IntRectExtent.h
|
| +++ b/sky/engine/platform/geometry/IntRectExtent.h
|
| @@ -27,8 +27,8 @@
|
| * SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef IntRectExtent_h
|
| -#define IntRectExtent_h
|
| +#ifndef SKY_ENGINE_PLATFORM_GEOMETRY_INTRECTEXTENT_H_
|
| +#define SKY_ENGINE_PLATFORM_GEOMETRY_INTRECTEXTENT_H_
|
|
|
| #include "sky/engine/platform/geometry/LayoutRect.h"
|
|
|
| @@ -106,4 +106,4 @@ inline void operator+=(IntRectExtent& a, const IntRectExtent& b)
|
| } // namespace blink
|
|
|
|
|
| -#endif // IntRectExtent_h
|
| +#endif // SKY_ENGINE_PLATFORM_GEOMETRY_INTRECTEXTENT_H_
|
|
|