| Index: sky/engine/core/rendering/ClipRect.h
|
| diff --git a/sky/engine/core/rendering/ClipRect.h b/sky/engine/core/rendering/ClipRect.h
|
| index c0f6c34bc3f92c1071afb415bb3759a13d86be12..62e6ba72fc2986e707f62107ae8e3c9c25d5c389 100644
|
| --- a/sky/engine/core/rendering/ClipRect.h
|
| +++ b/sky/engine/core/rendering/ClipRect.h
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef ClipRect_h
|
| -#define ClipRect_h
|
| +#ifndef SKY_ENGINE_CORE_RENDERING_CLIPRECT_H_
|
| +#define SKY_ENGINE_CORE_RENDERING_CLIPRECT_H_
|
|
|
| #include "sky/engine/platform/geometry/LayoutRect.h"
|
|
|
| @@ -83,4 +83,4 @@ inline ClipRect intersection(const ClipRect& a, const ClipRect& b)
|
|
|
| } // namespace blink
|
|
|
| -#endif // ClipRect_h
|
| +#endif // SKY_ENGINE_CORE_RENDERING_CLIPRECT_H_
|
|
|