| Index: Source/core/dom/ScriptElement.h
|
| diff --git a/Source/core/dom/ScriptElement.h b/Source/core/dom/ScriptElement.h
|
| index 05a418cbfd8ed079d01c63e353bf6a2cbe31ed95..b6ec408aeb2cacaca3618c077326b4bf6fb00072 100644
|
| --- a/Source/core/dom/ScriptElement.h
|
| +++ b/Source/core/dom/ScriptElement.h
|
| @@ -21,8 +21,8 @@
|
| #ifndef ScriptElement_h
|
| #define ScriptElement_h
|
|
|
| -#include "CachedResourceClient.h"
|
| -#include "CachedResourceHandle.h"
|
| +#include "core/loader/cache/CachedResourceClient.h"
|
| +#include "core/loader/cache/CachedResourceHandle.h"
|
| #include <wtf/text/TextPosition.h>
|
| #include <wtf/text/WTFString.h>
|
|
|
|
|