| Index: sky/engine/core/html/HTMLIFrameElement.cpp
|
| diff --git a/sky/engine/core/html/HTMLIFrameElement.cpp b/sky/engine/core/html/HTMLIFrameElement.cpp
|
| index 0be9ab3a47c8e70d8f9280bfca90b4e50e117c6e..fe32e0e443ad500d5fab90ce87229aca179ead78 100644
|
| --- a/sky/engine/core/html/HTMLIFrameElement.cpp
|
| +++ b/sky/engine/core/html/HTMLIFrameElement.cpp
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "config.h"
|
| -#include "core/html/HTMLIFrameElement.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/core/html/HTMLIFrameElement.h"
|
|
|
| #include "gen/sky/core/HTMLNames.h"
|
| -#include "core/frame/LocalFrame.h"
|
| -#include "core/html/parser/HTMLParserIdioms.h"
|
| -#include "core/loader/FrameLoaderClient.h"
|
| -#include "core/rendering/RenderIFrame.h"
|
| +#include "sky/engine/core/frame/LocalFrame.h"
|
| +#include "sky/engine/core/html/parser/HTMLParserIdioms.h"
|
| +#include "sky/engine/core/loader/FrameLoaderClient.h"
|
| +#include "sky/engine/core/rendering/RenderIFrame.h"
|
|
|
| namespace blink {
|
|
|
|
|