| Index: Source/core/dom/PendingScript.h
|
| diff --git a/Source/core/dom/PendingScript.h b/Source/core/dom/PendingScript.h
|
| index 53d3a86db2d1f7b9cb1f92d58f0566afaeda77ab..ee183a22e2578e8d72debea986ee572fedefb200 100644
|
| --- a/Source/core/dom/PendingScript.h
|
| +++ b/Source/core/dom/PendingScript.h
|
| @@ -26,11 +26,11 @@
|
| #ifndef PendingScript_h
|
| #define PendingScript_h
|
|
|
| -#include "CachedResourceClient.h"
|
| -#include "CachedResourceHandle.h"
|
| -#include <wtf/text/TextPosition.h>
|
| +#include "core/loader/cache/CachedResourceClient.h"
|
| +#include "core/loader/cache/CachedResourceHandle.h"
|
| #include <wtf/PassRefPtr.h>
|
| #include <wtf/RefPtr.h>
|
| +#include <wtf/text/TextPosition.h>
|
|
|
| namespace WebCore {
|
|
|
|
|