| Index: sky/engine/core/rendering/SubtreeLayoutScope.h
|
| diff --git a/sky/engine/core/rendering/SubtreeLayoutScope.h b/sky/engine/core/rendering/SubtreeLayoutScope.h
|
| index dc66605714420955e29c5e72051fabc23d605d44..b1b9901b67f523e30b82a9e47cba68e2d521a9ae 100644
|
| --- a/sky/engine/core/rendering/SubtreeLayoutScope.h
|
| +++ b/sky/engine/core/rendering/SubtreeLayoutScope.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef SubtreeLayoutScope_h
|
| -#define SubtreeLayoutScope_h
|
| +#ifndef SKY_ENGINE_CORE_RENDERING_SUBTREELAYOUTSCOPE_H_
|
| +#define SKY_ENGINE_CORE_RENDERING_SUBTREELAYOUTSCOPE_H_
|
|
|
| #include "sky/engine/wtf/HashSet.h"
|
|
|
| @@ -67,4 +67,4 @@ private:
|
|
|
| }
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_CORE_RENDERING_SUBTREELAYOUTSCOPE_H_
|
|
|