| Index: sky/engine/platform/geometry/IntRect.h
|
| diff --git a/sky/engine/platform/geometry/IntRect.h b/sky/engine/platform/geometry/IntRect.h
|
| index cc989c4c7465e1d7906d85d745ec610f247bf776..0b9e90f68fe106ee3e14dc5ccd48dee16eeb3036 100644
|
| --- a/sky/engine/platform/geometry/IntRect.h
|
| +++ b/sky/engine/platform/geometry/IntRect.h
|
| @@ -23,8 +23,8 @@
|
| * THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef IntRect_h
|
| -#define IntRect_h
|
| +#ifndef SKY_ENGINE_PLATFORM_GEOMETRY_INTRECT_H_
|
| +#define SKY_ENGINE_PLATFORM_GEOMETRY_INTRECT_H_
|
|
|
| #include "sky/engine/platform/geometry/IntPoint.h"
|
| #include "sky/engine/wtf/FastAllocBase.h"
|
| @@ -186,4 +186,4 @@ inline bool operator!=(const IntRect& a, const IntRect& b)
|
|
|
| WTF_ALLOW_MOVE_INIT_AND_COMPARE_WITH_MEM_FUNCTIONS(blink::IntRect);
|
|
|
| -#endif // IntRect_h
|
| +#endif // SKY_ENGINE_PLATFORM_GEOMETRY_INTRECT_H_
|
|
|