| Index: sky/engine/core/css/CSSValueList.h
|
| diff --git a/sky/engine/core/css/CSSValueList.h b/sky/engine/core/css/CSSValueList.h
|
| index 81b9818083cd0f23690b73873d093aae0d0ba8c4..9ed6e315c943bc2a1459f1d0584e7fdb2bbcc9ce 100644
|
| --- a/sky/engine/core/css/CSSValueList.h
|
| +++ b/sky/engine/core/css/CSSValueList.h
|
| @@ -18,8 +18,8 @@
|
| * Boston, MA 02110-1301, USA.
|
| */
|
|
|
| -#ifndef CSSValueList_h
|
| -#define CSSValueList_h
|
| +#ifndef SKY_ENGINE_CORE_CSS_CSSVALUELIST_H_
|
| +#define SKY_ENGINE_CORE_CSS_CSSVALUELIST_H_
|
|
|
| #include "sky/engine/core/css/CSSValue.h"
|
| #include "sky/engine/wtf/PassRefPtr.h"
|
| @@ -106,4 +106,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // CSSValueList_h
|
| +#endif // SKY_ENGINE_CORE_CSS_CSSVALUELIST_H_
|
|
|