| Index: sky/engine/platform/geometry/FloatRect.h
|
| diff --git a/sky/engine/platform/geometry/FloatRect.h b/sky/engine/platform/geometry/FloatRect.h
|
| index 2bb98f82dabae948a8a77c4a3355b238a35ab76a..39fc60193ba1868e14b86ac125243a7a66f21cc4 100644
|
| --- a/sky/engine/platform/geometry/FloatRect.h
|
| +++ b/sky/engine/platform/geometry/FloatRect.h
|
| @@ -24,8 +24,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef FloatRect_h
|
| -#define FloatRect_h
|
| +#ifndef SKY_ENGINE_PLATFORM_GEOMETRY_FLOATRECT_H_
|
| +#define SKY_ENGINE_PLATFORM_GEOMETRY_FLOATRECT_H_
|
|
|
| #include "sky/engine/platform/geometry/FloatPoint.h"
|
| #include "sky/engine/wtf/Vector.h"
|
| @@ -220,4 +220,4 @@ PLATFORM_EXPORT FloatRect mapRect(const FloatRect&, const FloatRect& srcRect, co
|
|
|
| }
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_PLATFORM_GEOMETRY_FLOATRECT_H_
|
|
|