| Index: Source/core/loader/cache/CachedResourceRequest.cpp
|
| diff --git a/Source/core/loader/cache/CachedResourceRequest.cpp b/Source/core/loader/cache/CachedResourceRequest.cpp
|
| index 60f2b9bf3380a529b59fd6004a890e1b717a8121..e08ece1f42cd8ddaf792ddaf1739effe555676ea 100644
|
| --- a/Source/core/loader/cache/CachedResourceRequest.cpp
|
| +++ b/Source/core/loader/cache/CachedResourceRequest.cpp
|
| @@ -26,8 +26,8 @@
|
| #include "config.h"
|
| #include "core/loader/cache/CachedResourceRequest.h"
|
|
|
| -#include "Document.h"
|
| -#include "Element.h"
|
| +#include "core/dom/Document.h"
|
| +#include "core/dom/Element.h"
|
| #include "core/loader/cache/CachedResourceLoader.h"
|
|
|
| namespace WebCore {
|
|
|