| Index: Source/core/html/HTMLDocument.h
|
| diff --git a/Source/core/html/HTMLDocument.h b/Source/core/html/HTMLDocument.h
|
| index 514207258f62e6b5e81c36ebe2fe3f01dd179382..d23fb764a20138f32bb379d58ac7123c35555228 100644
|
| --- a/Source/core/html/HTMLDocument.h
|
| +++ b/Source/core/html/HTMLDocument.h
|
| @@ -23,8 +23,8 @@
|
| #ifndef HTMLDocument_h
|
| #define HTMLDocument_h
|
|
|
| -#include "CachedResourceClient.h"
|
| #include "Document.h"
|
| +#include "core/loader/cache/CachedResourceClient.h"
|
| #include <wtf/HashCountedSet.h>
|
| #include <wtf/text/AtomicStringHash.h>
|
|
|
|
|