| Index: sky/engine/core/dom/ChildListMutationScope.h
|
| diff --git a/sky/engine/core/dom/ChildListMutationScope.h b/sky/engine/core/dom/ChildListMutationScope.h
|
| index 0686851745cfb40f186281ac166d19d577e3b0c9..c45135f34e8af03f850cbf20e9dd3b42762e6655 100644
|
| --- a/sky/engine/core/dom/ChildListMutationScope.h
|
| +++ b/sky/engine/core/dom/ChildListMutationScope.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef ChildListMutationScope_h
|
| -#define ChildListMutationScope_h
|
| +#ifndef SKY_ENGINE_CORE_DOM_CHILDLISTMUTATIONSCOPE_H_
|
| +#define SKY_ENGINE_CORE_DOM_CHILDLISTMUTATIONSCOPE_H_
|
|
|
| #include "sky/engine/core/dom/Document.h"
|
| #include "sky/engine/core/dom/MutationObserver.h"
|
| @@ -125,4 +125,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // ChildListMutationScope_h
|
| +#endif // SKY_ENGINE_CORE_DOM_CHILDLISTMUTATIONSCOPE_H_
|
|
|