| Index: sky/engine/core/rendering/style/CounterDirectives.h
|
| diff --git a/sky/engine/core/rendering/style/CounterDirectives.h b/sky/engine/core/rendering/style/CounterDirectives.h
|
| index 40bbafd23a6d9e97d39c4cc98762bb10568f7de4..5154086e0f06c5c3c0a7154023cd53b75fea6c3d 100644
|
| --- a/sky/engine/core/rendering/style/CounterDirectives.h
|
| +++ b/sky/engine/core/rendering/style/CounterDirectives.h
|
| @@ -22,8 +22,8 @@
|
| *
|
| */
|
|
|
| -#ifndef CounterDirectives_h
|
| -#define CounterDirectives_h
|
| +#ifndef SKY_ENGINE_CORE_RENDERING_STYLE_COUNTERDIRECTIVES_H_
|
| +#define SKY_ENGINE_CORE_RENDERING_STYLE_COUNTERDIRECTIVES_H_
|
|
|
| #include "sky/engine/wtf/HashMap.h"
|
| #include "sky/engine/wtf/MathExtras.h"
|
| @@ -108,4 +108,4 @@ PassOwnPtr<CounterDirectiveMap> clone(const CounterDirectiveMap&);
|
|
|
| } // namespace blink
|
|
|
| -#endif // CounterDirectives_h
|
| +#endif // SKY_ENGINE_CORE_RENDERING_STYLE_COUNTERDIRECTIVES_H_
|
|
|