| Index: sky/engine/platform/geometry/LayoutPoint.h
|
| diff --git a/sky/engine/platform/geometry/LayoutPoint.h b/sky/engine/platform/geometry/LayoutPoint.h
|
| index cbefe4d84e6c23a4dfc044ad5255d60eae2107ab..88ff0644773c31a6f5d84fe4e4d3281d4379cdb0 100644
|
| --- a/sky/engine/platform/geometry/LayoutPoint.h
|
| +++ b/sky/engine/platform/geometry/LayoutPoint.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef LayoutPoint_h
|
| -#define LayoutPoint_h
|
| +#ifndef SKY_ENGINE_PLATFORM_GEOMETRY_LAYOUTPOINT_H_
|
| +#define SKY_ENGINE_PLATFORM_GEOMETRY_LAYOUTPOINT_H_
|
|
|
| #include "sky/engine/platform/geometry/FloatPoint.h"
|
| #include "sky/engine/platform/geometry/LayoutSize.h"
|
| @@ -201,4 +201,4 @@ inline LayoutPoint flooredLayoutPoint(const FloatSize& s)
|
|
|
| } // namespace blink
|
|
|
| -#endif // LayoutPoint_h
|
| +#endif // SKY_ENGINE_PLATFORM_GEOMETRY_LAYOUTPOINT_H_
|
|
|