| Index: sky/engine/core/dom/MutationObserverInterestGroup.cpp
|
| diff --git a/sky/engine/core/dom/MutationObserverInterestGroup.cpp b/sky/engine/core/dom/MutationObserverInterestGroup.cpp
|
| index 93131c86524ec8d5b2fe4c727bf223b874fcee97..dd6e5a548deb144bcd42bb5101dbe8e6abdfe56d 100644
|
| --- a/sky/engine/core/dom/MutationObserverInterestGroup.cpp
|
| +++ b/sky/engine/core/dom/MutationObserverInterestGroup.cpp
|
| @@ -28,11 +28,11 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| +#include "sky/engine/config.h"
|
|
|
| -#include "core/dom/MutationObserverInterestGroup.h"
|
| +#include "sky/engine/core/dom/MutationObserverInterestGroup.h"
|
|
|
| -#include "core/dom/MutationRecord.h"
|
| +#include "sky/engine/core/dom/MutationRecord.h"
|
|
|
| namespace blink {
|
|
|
|
|