| Index: sky/engine/core/rendering/ScrollAlignment.h
|
| diff --git a/sky/engine/core/rendering/ScrollAlignment.h b/sky/engine/core/rendering/ScrollAlignment.h
|
| index e084df0dacd79a82e95f9381f25cac1ffffd7200..02f0e6c52dd03d42a782b508176d53806797ab74 100644
|
| --- a/sky/engine/core/rendering/ScrollAlignment.h
|
| +++ b/sky/engine/core/rendering/ScrollAlignment.h
|
| @@ -41,8 +41,8 @@
|
| * version of this file under any of the LGPL, the MPL or the GPL.
|
| */
|
|
|
| -#ifndef ScrollAlignment_h
|
| -#define ScrollAlignment_h
|
| +#ifndef SKY_ENGINE_CORE_RENDERING_SCROLLALIGNMENT_H_
|
| +#define SKY_ENGINE_CORE_RENDERING_SCROLLALIGNMENT_H_
|
|
|
| namespace blink {
|
|
|
| @@ -80,4 +80,4 @@ struct ScrollAlignment {
|
|
|
| }; // namespace blink
|
|
|
| -#endif // ScrollAlignment_h
|
| +#endif // SKY_ENGINE_CORE_RENDERING_SCROLLALIGNMENT_H_
|
|
|