| Index: sky/engine/core/rendering/RenderObjectChildList.h
|
| diff --git a/sky/engine/core/rendering/RenderObjectChildList.h b/sky/engine/core/rendering/RenderObjectChildList.h
|
| index bce9dc30da04a3e8aa829d06b087a88328137096..6c7646c3bc392d99ea35154fd3426fa785bf1c47 100644
|
| --- a/sky/engine/core/rendering/RenderObjectChildList.h
|
| +++ b/sky/engine/core/rendering/RenderObjectChildList.h
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef RenderObjectChildList_h
|
| -#define RenderObjectChildList_h
|
| +#ifndef SKY_ENGINE_CORE_RENDERING_RENDEROBJECTCHILDLIST_H_
|
| +#define SKY_ENGINE_CORE_RENDERING_RENDEROBJECTCHILDLIST_H_
|
|
|
| #include "sky/engine/platform/heap/Handle.h"
|
| #include "sky/engine/wtf/Forward.h"
|
| @@ -66,4 +66,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // RenderObjectChildList_h
|
| +#endif // SKY_ENGINE_CORE_RENDERING_RENDEROBJECTCHILDLIST_H_
|
|
|