| Index: sky/engine/platform/geometry/FloatBoxExtent.h
|
| diff --git a/sky/engine/platform/geometry/FloatBoxExtent.h b/sky/engine/platform/geometry/FloatBoxExtent.h
|
| index 3bba551df63e0d6e7d4ff1ef5e2dd7c12ca9b12d..89e5aa3b5efd8611c13f12c0b86040780a3a4340 100644
|
| --- a/sky/engine/platform/geometry/FloatBoxExtent.h
|
| +++ b/sky/engine/platform/geometry/FloatBoxExtent.h
|
| @@ -27,8 +27,8 @@
|
| * SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef FloatBoxExtent_h
|
| -#define FloatBoxExtent_h
|
| +#ifndef SKY_ENGINE_PLATFORM_GEOMETRY_FLOATBOXEXTENT_H_
|
| +#define SKY_ENGINE_PLATFORM_GEOMETRY_FLOATBOXEXTENT_H_
|
|
|
| #include "sky/engine/platform/geometry/FloatRect.h"
|
|
|
| @@ -122,4 +122,4 @@ inline void operator+=(FloatBoxExtent& a, const FloatBoxExtent& b)
|
| } // namespace blink
|
|
|
|
|
| -#endif // FloatBoxExtent_h
|
| +#endif // SKY_ENGINE_PLATFORM_GEOMETRY_FLOATBOXEXTENT_H_
|
|
|