| Index: sky/engine/core/rendering/ClipRectsCache.h
|
| diff --git a/sky/engine/core/rendering/ClipRectsCache.h b/sky/engine/core/rendering/ClipRectsCache.h
|
| index 24915befbad12f3176978d5663bfb82e3aa1fdb9..d3ca51173842ffec138edd4920c4259efd5c0169 100644
|
| --- a/sky/engine/core/rendering/ClipRectsCache.h
|
| +++ b/sky/engine/core/rendering/ClipRectsCache.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 ClipRectsCache_h
|
| -#define ClipRectsCache_h
|
| +#ifndef SKY_ENGINE_CORE_RENDERING_CLIPRECTSCACHE_H_
|
| +#define SKY_ENGINE_CORE_RENDERING_CLIPRECTSCACHE_H_
|
|
|
| #include "sky/engine/core/rendering/ClipRects.h"
|
|
|
| @@ -55,4 +55,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // ClipRectsCache_h
|
| +#endif // SKY_ENGINE_CORE_RENDERING_CLIPRECTSCACHE_H_
|
|
|