| Index: sky/engine/core/css/CSSUnknownRule.h
|
| diff --git a/sky/engine/core/css/CSSUnknownRule.h b/sky/engine/core/css/CSSUnknownRule.h
|
| index 02ac9bbcd362261989ffa91a291770378648cabd..14e57ea5cf1d34d337ffe70e89d1493d72b80b04 100644
|
| --- a/sky/engine/core/css/CSSUnknownRule.h
|
| +++ b/sky/engine/core/css/CSSUnknownRule.h
|
| @@ -19,8 +19,8 @@
|
| * Boston, MA 02110-1301, USA.
|
| */
|
|
|
| -#ifndef CSSUnknownRule_h
|
| -#define CSSUnknownRule_h
|
| +#ifndef SKY_ENGINE_CORE_CSS_CSSUNKNOWNRULE_H_
|
| +#define SKY_ENGINE_CORE_CSS_CSSUNKNOWNRULE_H_
|
|
|
| #include "sky/engine/core/css/CSSRule.h"
|
|
|
| @@ -38,4 +38,4 @@ public:
|
|
|
| } // namespace blink
|
|
|
| -#endif // CSSUnknownRule_h
|
| +#endif // SKY_ENGINE_CORE_CSS_CSSUNKNOWNRULE_H_
|
|
|