| Index: sky/engine/core/dom/DOMURLUtilsReadOnly.cpp
|
| diff --git a/sky/engine/core/dom/DOMURLUtilsReadOnly.cpp b/sky/engine/core/dom/DOMURLUtilsReadOnly.cpp
|
| index 2bc9b5557a76f38c895166ce52c6ca7bfec6ceb2..7ccfa0f0a7f17bab3b6e4537934347d106214f49 100644
|
| --- a/sky/engine/core/dom/DOMURLUtilsReadOnly.cpp
|
| +++ b/sky/engine/core/dom/DOMURLUtilsReadOnly.cpp
|
| @@ -24,10 +24,10 @@
|
| * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "core/dom/DOMURLUtilsReadOnly.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/core/dom/DOMURLUtilsReadOnly.h"
|
|
|
| -#include "platform/weborigin/KnownPorts.h"
|
| +#include "sky/engine/platform/weborigin/KnownPorts.h"
|
|
|
| namespace blink {
|
|
|
|
|