| Index: sky/engine/platform/scroll/ScrollTypes.h
|
| diff --git a/sky/engine/platform/scroll/ScrollTypes.h b/sky/engine/platform/scroll/ScrollTypes.h
|
| index 744edbc6f24908a86f02013b030e4c1894387f7e..6d2bb1b671024c84df3c8c3e0b48d5b87c9fa90d 100644
|
| --- a/sky/engine/platform/scroll/ScrollTypes.h
|
| +++ b/sky/engine/platform/scroll/ScrollTypes.h
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef ScrollTypes_h
|
| -#define ScrollTypes_h
|
| +#ifndef SKY_ENGINE_PLATFORM_SCROLL_SCROLLTYPES_H_
|
| +#define SKY_ENGINE_PLATFORM_SCROLL_SCROLLTYPES_H_
|
|
|
| #include "sky/engine/wtf/Assertions.h"
|
|
|
| @@ -69,4 +69,4 @@ enum ScrollbarOverlayStyle {
|
|
|
| }
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_PLATFORM_SCROLL_SCROLLTYPES_H_
|
|
|