| Index: sky/engine/platform/geometry/LayoutSize.h
|
| diff --git a/sky/engine/platform/geometry/LayoutSize.h b/sky/engine/platform/geometry/LayoutSize.h
|
| index 32002d9145c7c942549f29dc15a567a87ee44c28..8b6ad47b9b67faae1230fff2f365e0b0eab93c5f 100644
|
| --- a/sky/engine/platform/geometry/LayoutSize.h
|
| +++ b/sky/engine/platform/geometry/LayoutSize.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef LayoutSize_h
|
| -#define LayoutSize_h
|
| +#ifndef SKY_ENGINE_PLATFORM_GEOMETRY_LAYOUTSIZE_H_
|
| +#define SKY_ENGINE_PLATFORM_GEOMETRY_LAYOUTSIZE_H_
|
|
|
| #include "sky/engine/platform/LayoutUnit.h"
|
| #include "sky/engine/platform/geometry/FloatSize.h"
|
| @@ -189,4 +189,4 @@ inline LayoutSize roundedLayoutSize(const FloatSize& s)
|
|
|
| } // namespace blink
|
|
|
| -#endif // LayoutSize_h
|
| +#endif // SKY_ENGINE_PLATFORM_GEOMETRY_LAYOUTSIZE_H_
|
|
|