| Index: sky/engine/core/css/CSSPropertyMetadata.h
|
| diff --git a/sky/engine/core/css/CSSPropertyMetadata.h b/sky/engine/core/css/CSSPropertyMetadata.h
|
| index 5a00dcbdcba4c29828be15f65a620b2083c6912b..72088792bb51cada2bc9dcd6962c1c8232136d34 100644
|
| --- a/sky/engine/core/css/CSSPropertyMetadata.h
|
| +++ b/sky/engine/core/css/CSSPropertyMetadata.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CSSPropertyMetadata_h
|
| -#define CSSPropertyMetadata_h
|
| +#ifndef SKY_ENGINE_CORE_CSS_CSSPROPERTYMETADATA_H_
|
| +#define SKY_ENGINE_CORE_CSS_CSSPROPERTYMETADATA_H_
|
|
|
| #include "gen/sky/core/CSSPropertyNames.h"
|
|
|
| @@ -20,4 +20,4 @@ public:
|
|
|
| } // namespace blink
|
|
|
| -#endif // CSSPropertyMetadata_h
|
| +#endif // SKY_ENGINE_CORE_CSS_CSSPROPERTYMETADATA_H_
|
|
|