| Index: sky/engine/core/dom/MutationRecord.h
|
| diff --git a/sky/engine/core/dom/MutationRecord.h b/sky/engine/core/dom/MutationRecord.h
|
| index 942eccf2689a9a507ac32a34e3eacd4a80f62ee5..3a2467c50603c5d29c88995ecf9b91c1f401e926 100644
|
| --- a/sky/engine/core/dom/MutationRecord.h
|
| +++ b/sky/engine/core/dom/MutationRecord.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef MutationRecord_h
|
| -#define MutationRecord_h
|
| +#ifndef SKY_ENGINE_CORE_DOM_MUTATIONRECORD_H_
|
| +#define SKY_ENGINE_CORE_DOM_MUTATIONRECORD_H_
|
|
|
| #include "sky/engine/bindings/core/v8/ScriptWrappable.h"
|
| #include "sky/engine/platform/heap/Handle.h"
|
| @@ -74,4 +74,4 @@ public:
|
|
|
| } // namespace blink
|
|
|
| -#endif // MutationRecord_h
|
| +#endif // SKY_ENGINE_CORE_DOM_MUTATIONRECORD_H_
|
|
|