| Index: Source/core/html/ClassList.h
|
| diff --git a/Source/core/html/ClassList.h b/Source/core/html/ClassList.h
|
| index 60fe722099e3a407e55780639ee0c05365013cd0..cfaa88a2ed1e0db5be440fd777770b3ad1ccd7de 100644
|
| --- a/Source/core/html/ClassList.h
|
| +++ b/Source/core/html/ClassList.h
|
| @@ -26,9 +26,9 @@
|
| #define ClassList_h
|
|
|
| #include "DOMTokenList.h"
|
| -#include "Element.h"
|
| #include "HTMLNames.h"
|
| -#include "SpaceSplitString.h"
|
| +#include "core/dom/Element.h"
|
| +#include "core/dom/SpaceSplitString.h"
|
| #include <wtf/OwnPtr.h>
|
| #include <wtf/PassOwnPtr.h>
|
| #include <wtf/Vector.h>
|
|
|