| Index: sky/engine/core/rendering/style/CollapsedBorderValue.h
|
| diff --git a/sky/engine/core/rendering/style/CollapsedBorderValue.h b/sky/engine/core/rendering/style/CollapsedBorderValue.h
|
| index c0a0c58724ac02aad5ac48774aa5d728770da623..a90d80c96a0c6d762817b9ed8f08fc0a67b7cf59 100644
|
| --- a/sky/engine/core/rendering/style/CollapsedBorderValue.h
|
| +++ b/sky/engine/core/rendering/style/CollapsedBorderValue.h
|
| @@ -22,8 +22,8 @@
|
| *
|
| */
|
|
|
| -#ifndef CollapsedBorderValue_h
|
| -#define CollapsedBorderValue_h
|
| +#ifndef SKY_ENGINE_CORE_RENDERING_STYLE_COLLAPSEDBORDERVALUE_H_
|
| +#define SKY_ENGINE_CORE_RENDERING_STYLE_COLLAPSEDBORDERVALUE_H_
|
|
|
| #include "sky/engine/core/rendering/style/BorderValue.h"
|
|
|
| @@ -74,4 +74,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // CollapsedBorderValue_h
|
| +#endif // SKY_ENGINE_CORE_RENDERING_STYLE_COLLAPSEDBORDERVALUE_H_
|
|
|