| Index: sky/engine/public/platform/WebFloatSize.h
|
| diff --git a/sky/engine/public/platform/WebFloatSize.h b/sky/engine/public/platform/WebFloatSize.h
|
| index f493189a3e4f967b734d43501e8ea8a5215c640a..4be102d7f83bf0494d57651dd8b110e18e39754e 100644
|
| --- a/sky/engine/public/platform/WebFloatSize.h
|
| +++ b/sky/engine/public/platform/WebFloatSize.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef WebFloatSize_h
|
| -#define WebFloatSize_h
|
| +#ifndef SKY_ENGINE_PUBLIC_PLATFORM_WEBFLOATSIZE_H_
|
| +#define SKY_ENGINE_PUBLIC_PLATFORM_WEBFLOATSIZE_H_
|
|
|
| #include <algorithm>
|
| #include "sky/engine/public/platform/WebCommon.h"
|
| @@ -131,4 +131,4 @@ inline bool operator!=(const WebFloatSize& a, const WebFloatSize& b)
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_PUBLIC_PLATFORM_WEBFLOATSIZE_H_
|
|
|