| Index: sky/engine/core/frame/DOMWindowBase64.cpp
|
| diff --git a/sky/engine/core/frame/DOMWindowBase64.cpp b/sky/engine/core/frame/DOMWindowBase64.cpp
|
| index 05a661cce3456fdd650baa7ca15641a6c4c58fba..9f5480377efcbe55280161832bc4076dfea73c48 100644
|
| --- a/sky/engine/core/frame/DOMWindowBase64.cpp
|
| +++ b/sky/engine/core/frame/DOMWindowBase64.cpp
|
| @@ -30,13 +30,13 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "core/frame/DOMWindowBase64.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/core/frame/DOMWindowBase64.h"
|
|
|
| -#include "bindings/core/v8/ExceptionState.h"
|
| -#include "core/dom/ExceptionCode.h"
|
| -#include "core/html/parser/HTMLParserIdioms.h"
|
| -#include "wtf/text/Base64.h"
|
| +#include "sky/engine/bindings/core/v8/ExceptionState.h"
|
| +#include "sky/engine/core/dom/ExceptionCode.h"
|
| +#include "sky/engine/core/html/parser/HTMLParserIdioms.h"
|
| +#include "sky/engine/wtf/text/Base64.h"
|
|
|
| namespace blink {
|
|
|
|
|