| Index: sky/engine/core/dom/custom/CustomElementDefinition.cpp
|
| diff --git a/sky/engine/core/dom/custom/CustomElementDefinition.cpp b/sky/engine/core/dom/custom/CustomElementDefinition.cpp
|
| index 2d138461f6474ec53aa6017deb6df90aa454f15b..a8428d301a8aca5ec9e6bf96210b51aa55b5416c 100644
|
| --- a/sky/engine/core/dom/custom/CustomElementDefinition.cpp
|
| +++ b/sky/engine/core/dom/custom/CustomElementDefinition.cpp
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "core/dom/custom/CustomElementDefinition.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/core/dom/custom/CustomElementDefinition.h"
|
|
|
| namespace blink {
|
|
|
|
|