| Index: Source/core/css/MediaList.h
|
| diff --git a/Source/core/css/MediaList.h b/Source/core/css/MediaList.h
|
| index f2001708f4204e2d39d3ac0b19d6dcc439a8399b..e1bf0b82357cedc25d5e2a5bbc274ff641733a2e 100644
|
| --- a/Source/core/css/MediaList.h
|
| +++ b/Source/core/css/MediaList.h
|
| @@ -21,12 +21,12 @@
|
| #ifndef MediaList_h
|
| #define MediaList_h
|
|
|
| -#include "ExceptionCode.h"
|
| +#include "core/dom/ExceptionCode.h"
|
| #include <wtf/Forward.h>
|
| #include <wtf/PassRefPtr.h>
|
| #include <wtf/RefCounted.h>
|
| -#include <wtf/Vector.h>
|
| #include <wtf/text/WTFString.h>
|
| +#include <wtf/Vector.h>
|
|
|
| namespace WebCore {
|
|
|
|
|