| Index: sky/engine/platform/geometry/Region.h
|
| diff --git a/sky/engine/platform/geometry/Region.h b/sky/engine/platform/geometry/Region.h
|
| index 022a7cb4795bc404010484a2fd8799c73ccdbb2f..4a5ea0c20e272795883ce07acc88951eba55fed6 100644
|
| --- a/sky/engine/platform/geometry/Region.h
|
| +++ b/sky/engine/platform/geometry/Region.h
|
| @@ -23,8 +23,8 @@
|
| * THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef Region_h
|
| -#define Region_h
|
| +#ifndef SKY_ENGINE_PLATFORM_GEOMETRY_REGION_H_
|
| +#define SKY_ENGINE_PLATFORM_GEOMETRY_REGION_H_
|
|
|
| #include "sky/engine/platform/PlatformExport.h"
|
| #include "sky/engine/platform/geometry/IntRect.h"
|
| @@ -182,4 +182,4 @@ inline bool operator==(const Region::Span& a, const Region::Span& b)
|
|
|
| } // namespace blink
|
|
|
| -#endif // Region_h
|
| +#endif // SKY_ENGINE_PLATFORM_GEOMETRY_REGION_H_
|
|
|