| Index: sky/engine/public/platform/WebFloatPoint.h
|
| diff --git a/sky/engine/public/platform/WebFloatPoint.h b/sky/engine/public/platform/WebFloatPoint.h
|
| index cd9383bd470bae85fedb60d6d146a558749da921..83dd9e9e97b255d6661be791f9eac30a30595b09 100644
|
| --- a/sky/engine/public/platform/WebFloatPoint.h
|
| +++ b/sky/engine/public/platform/WebFloatPoint.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef WebFloatPoint_h
|
| -#define WebFloatPoint_h
|
| +#ifndef SKY_ENGINE_PUBLIC_PLATFORM_WEBFLOATPOINT_H_
|
| +#define SKY_ENGINE_PUBLIC_PLATFORM_WEBFLOATPOINT_H_
|
|
|
| #include "sky/engine/public/platform/WebCommon.h"
|
|
|
| @@ -109,4 +109,4 @@ inline bool operator!=(const WebFloatPoint& a, const WebFloatPoint& b)
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_PUBLIC_PLATFORM_WEBFLOATPOINT_H_
|
|
|