| Index: sky/engine/core/rendering/style/FillLayer.h
|
| diff --git a/sky/engine/core/rendering/style/FillLayer.h b/sky/engine/core/rendering/style/FillLayer.h
|
| index d69d91557a0a6198ccd336471c0fb10c5d25449b..e074c421f65f1b7ac398db49d1574861dd790f0a 100644
|
| --- a/sky/engine/core/rendering/style/FillLayer.h
|
| +++ b/sky/engine/core/rendering/style/FillLayer.h
|
| @@ -22,8 +22,8 @@
|
| *
|
| */
|
|
|
| -#ifndef FillLayer_h
|
| -#define FillLayer_h
|
| +#ifndef SKY_ENGINE_CORE_RENDERING_STYLE_FILLLAYER_H_
|
| +#define SKY_ENGINE_CORE_RENDERING_STYLE_FILLLAYER_H_
|
|
|
| #include "sky/engine/core/rendering/style/RenderStyleConstants.h"
|
| #include "sky/engine/core/rendering/style/StyleImage.h"
|
| @@ -244,4 +244,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // FillLayer_h
|
| +#endif // SKY_ENGINE_CORE_RENDERING_STYLE_FILLLAYER_H_
|
|
|