| Index: sky/engine/core/rendering/style/ShadowList.h
|
| diff --git a/sky/engine/core/rendering/style/ShadowList.h b/sky/engine/core/rendering/style/ShadowList.h
|
| index 4ab0987ec5014d8805b6a4a7d1b1a0d659f384f9..75d3b1d88b3fa38383de8679ce70346be37466a7 100644
|
| --- a/sky/engine/core/rendering/style/ShadowList.h
|
| +++ b/sky/engine/core/rendering/style/ShadowList.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef ShadowList_h
|
| -#define ShadowList_h
|
| +#ifndef SKY_ENGINE_CORE_RENDERING_STYLE_SHADOWLIST_H_
|
| +#define SKY_ENGINE_CORE_RENDERING_STYLE_SHADOWLIST_H_
|
|
|
| #include "sky/engine/core/rendering/style/ShadowData.h"
|
| #include "sky/engine/platform/geometry/LayoutRect.h"
|
| @@ -78,4 +78,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // ShadowList_h
|
| +#endif // SKY_ENGINE_CORE_RENDERING_STYLE_SHADOWLIST_H_
|
|
|