| Index: sky/engine/core/dom/custom/CustomElementUpgradeCandidateMap.cpp
|
| diff --git a/sky/engine/core/dom/custom/CustomElementUpgradeCandidateMap.cpp b/sky/engine/core/dom/custom/CustomElementUpgradeCandidateMap.cpp
|
| index 4c385bbd38967e7bd92dc4c4ee0282c196ab0d59..565afe8e02e9dc9f82e7f11c7eefefa6e8dd0762 100644
|
| --- a/sky/engine/core/dom/custom/CustomElementUpgradeCandidateMap.cpp
|
| +++ b/sky/engine/core/dom/custom/CustomElementUpgradeCandidateMap.cpp
|
| @@ -28,10 +28,10 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "core/dom/custom/CustomElementUpgradeCandidateMap.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/core/dom/custom/CustomElementUpgradeCandidateMap.h"
|
|
|
| -#include "core/dom/Element.h"
|
| +#include "sky/engine/core/dom/Element.h"
|
|
|
| namespace blink {
|
|
|
|
|