| Index: sky/engine/core/dom/DOMTokenList.cpp
|
| diff --git a/sky/engine/core/dom/DOMTokenList.cpp b/sky/engine/core/dom/DOMTokenList.cpp
|
| index b434de742135c97e057c103ca3a1c70f0ba875c1..28e2a7f189abbce6b781cff7c55e80eab0bf2931 100644
|
| --- a/sky/engine/core/dom/DOMTokenList.cpp
|
| +++ b/sky/engine/core/dom/DOMTokenList.cpp
|
| @@ -22,13 +22,13 @@
|
| * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "core/dom/DOMTokenList.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/core/dom/DOMTokenList.h"
|
|
|
| -#include "bindings/core/v8/ExceptionState.h"
|
| -#include "core/dom/ExceptionCode.h"
|
| -#include "core/html/parser/HTMLParserIdioms.h"
|
| -#include "wtf/text/StringBuilder.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/StringBuilder.h"
|
|
|
| namespace blink {
|
|
|
|
|