| Index: sky/engine/platform/geometry/LayoutBoxExtent.h
|
| diff --git a/sky/engine/platform/geometry/LayoutBoxExtent.h b/sky/engine/platform/geometry/LayoutBoxExtent.h
|
| index 0ff0b7430285c6283ccc8f0d3cf753be5ed00f89..900e89e9ae8a44abfad3418c370c20760b800f9e 100644
|
| --- a/sky/engine/platform/geometry/LayoutBoxExtent.h
|
| +++ b/sky/engine/platform/geometry/LayoutBoxExtent.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef LayoutBoxExtent_h
|
| -#define LayoutBoxExtent_h
|
| +#ifndef SKY_ENGINE_PLATFORM_GEOMETRY_LAYOUTBOXEXTENT_H_
|
| +#define SKY_ENGINE_PLATFORM_GEOMETRY_LAYOUTBOXEXTENT_H_
|
|
|
| #include "sky/engine/platform/LayoutUnit.h"
|
| #include "sky/engine/platform/PlatformExport.h"
|
| @@ -83,4 +83,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // LayoutBoxExtent_h
|
| +#endif // SKY_ENGINE_PLATFORM_GEOMETRY_LAYOUTBOXEXTENT_H_
|
|
|