| Index: sky/engine/core/frame/DOMWindowProperty.cpp
|
| diff --git a/sky/engine/core/frame/DOMWindowProperty.cpp b/sky/engine/core/frame/DOMWindowProperty.cpp
|
| index abb1abf010c35a3420ad7bd9e9f6bb29df048390..04d0ba8065fd7cd1b8e2dd012377bab90a906cc6 100644
|
| --- a/sky/engine/core/frame/DOMWindowProperty.cpp
|
| +++ b/sky/engine/core/frame/DOMWindowProperty.cpp
|
| @@ -24,11 +24,11 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "core/frame/DOMWindowProperty.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/core/frame/DOMWindowProperty.h"
|
|
|
| -#include "core/frame/LocalDOMWindow.h"
|
| -#include "core/frame/LocalFrame.h"
|
| +#include "sky/engine/core/frame/LocalDOMWindow.h"
|
| +#include "sky/engine/core/frame/LocalFrame.h"
|
|
|
| namespace blink {
|
|
|
|
|