| Index: sky/engine/core/css/Rect.h
|
| diff --git a/sky/engine/core/css/Rect.h b/sky/engine/core/css/Rect.h
|
| index f63836bca0b51da12ff3f50f29ceae6ece67742c..ed52aab9f0c609f201c070068fa7306c9f26d97a 100644
|
| --- a/sky/engine/core/css/Rect.h
|
| +++ b/sky/engine/core/css/Rect.h
|
| @@ -18,8 +18,8 @@
|
| * Boston, MA 02110-1301, USA.
|
| */
|
|
|
| -#ifndef Rect_h
|
| -#define Rect_h
|
| +#ifndef SKY_ENGINE_CORE_CSS_RECT_H_
|
| +#define SKY_ENGINE_CORE_CSS_RECT_H_
|
|
|
| #include "sky/engine/bindings/core/v8/ScriptWrappable.h"
|
| #include "sky/engine/core/css/CSSPrimitiveValue.h"
|
| @@ -132,4 +132,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // Rect_h
|
| +#endif // SKY_ENGINE_CORE_CSS_RECT_H_
|
|
|