| Index: sky/engine/platform/geometry/RoundedRect.h
|
| diff --git a/sky/engine/platform/geometry/RoundedRect.h b/sky/engine/platform/geometry/RoundedRect.h
|
| index 5c14dacc70b36221fdc825a2539b5ef723cbac90..b046887e8949ddcff3ce57b16552ac5466386c23 100644
|
| --- a/sky/engine/platform/geometry/RoundedRect.h
|
| +++ b/sky/engine/platform/geometry/RoundedRect.h
|
| @@ -24,8 +24,8 @@
|
| * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef RoundedRect_h
|
| -#define RoundedRect_h
|
| +#ifndef SKY_ENGINE_PLATFORM_GEOMETRY_ROUNDEDRECT_H_
|
| +#define SKY_ENGINE_PLATFORM_GEOMETRY_ROUNDEDRECT_H_
|
|
|
| #include "sky/engine/platform/geometry/FloatQuad.h"
|
| #include "sky/engine/platform/geometry/IntRect.h"
|
| @@ -127,4 +127,4 @@ inline bool operator==(const RoundedRect& a, const RoundedRect& b)
|
|
|
| } // namespace blink
|
|
|
| -#endif // RoundedRect_h
|
| +#endif // SKY_ENGINE_PLATFORM_GEOMETRY_ROUNDEDRECT_H_
|
|
|