| Index: sky/engine/core/dom/MutationObserverInterestGroup.h
|
| diff --git a/sky/engine/core/dom/MutationObserverInterestGroup.h b/sky/engine/core/dom/MutationObserverInterestGroup.h
|
| index 6b4ef40b56b02ebabe6fa3f5cc756e6ff258f7e1..9cb94a8433803aa453fbb397a9a0ccce79e04124 100644
|
| --- a/sky/engine/core/dom/MutationObserverInterestGroup.h
|
| +++ b/sky/engine/core/dom/MutationObserverInterestGroup.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef MutationObserverInterestGroup_h
|
| -#define MutationObserverInterestGroup_h
|
| +#ifndef SKY_ENGINE_CORE_DOM_MUTATIONOBSERVERINTERESTGROUP_H_
|
| +#define SKY_ENGINE_CORE_DOM_MUTATIONOBSERVERINTERESTGROUP_H_
|
|
|
| #include "sky/engine/core/dom/Document.h"
|
| #include "sky/engine/core/dom/MutationObserver.h"
|
| @@ -83,4 +83,4 @@ private:
|
|
|
| }
|
|
|
| -#endif // MutationObserverInterestGroup_h
|
| +#endif // SKY_ENGINE_CORE_DOM_MUTATIONOBSERVERINTERESTGROUP_H_
|
|
|