| Index: Source/core/css/StyleSheetContents.h
|
| diff --git a/Source/core/css/StyleSheetContents.h b/Source/core/css/StyleSheetContents.h
|
| index 40e2df3a937cf7fca45afeb110ae769bb8a438d3..5811a84963003056518330316a0c3b115be3098d 100644
|
| --- a/Source/core/css/StyleSheetContents.h
|
| +++ b/Source/core/css/StyleSheetContents.h
|
| @@ -22,12 +22,12 @@
|
| #define StyleSheetContents_h
|
|
|
| #include "CSSParserMode.h"
|
| -#include "KURL.h"
|
| +#include "core/platform/KURL.h"
|
| #include <wtf/HashMap.h>
|
| #include <wtf/ListHashSet.h>
|
| #include <wtf/RefCounted.h>
|
| -#include <wtf/Vector.h>
|
| #include <wtf/text/AtomicStringHash.h>
|
| +#include <wtf/Vector.h>
|
|
|
| namespace WebCore {
|
|
|
|
|