| Index: sky/engine/core/css/PointerProperties.h
|
| diff --git a/sky/engine/core/css/PointerProperties.h b/sky/engine/core/css/PointerProperties.h
|
| index 2650e6599be9e8d9460aa422fa8c5db7886427bb..3eae1eb1c1bac6645bb78832626399d2e0949e8d 100644
|
| --- a/sky/engine/core/css/PointerProperties.h
|
| +++ b/sky/engine/core/css/PointerProperties.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef PointerProperties_h
|
| -#define PointerProperties_h
|
| +#ifndef SKY_ENGINE_CORE_CSS_POINTERPROPERTIES_H_
|
| +#define SKY_ENGINE_CORE_CSS_POINTERPROPERTIES_H_
|
|
|
| namespace blink {
|
|
|
| @@ -28,4 +28,4 @@ enum HoverType {
|
|
|
| }
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_CORE_CSS_POINTERPROPERTIES_H_
|
|
|