| Index: sky/engine/platform/LayoutUnit.h
|
| diff --git a/sky/engine/platform/LayoutUnit.h b/sky/engine/platform/LayoutUnit.h
|
| index abace2c7f8bd08d5973a51bc131a7db8ee577bc0..c3273d2ec19ad7513834639bdd9d847f0b2557b8 100644
|
| --- a/sky/engine/platform/LayoutUnit.h
|
| +++ b/sky/engine/platform/LayoutUnit.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef LayoutUnit_h
|
| -#define LayoutUnit_h
|
| +#ifndef SKY_ENGINE_PLATFORM_LAYOUTUNIT_H_
|
| +#define SKY_ENGINE_PLATFORM_LAYOUTUNIT_H_
|
|
|
| #include <limits.h>
|
| #include <stdlib.h>
|
| @@ -790,4 +790,4 @@ inline LayoutUnit clampToLayoutUnit(LayoutUnit value, LayoutUnit min, LayoutUnit
|
|
|
| } // namespace blink
|
|
|
| -#endif // LayoutUnit_h
|
| +#endif // SKY_ENGINE_PLATFORM_LAYOUTUNIT_H_
|
|
|