| Index: third_party/WebKit/Source/core/html/HTMLDocument.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLDocument.h b/third_party/WebKit/Source/core/html/HTMLDocument.h
|
| index 502d29e8b6ee9150426aa51d925e16391be1557f..ba47969f6fbb89da11db3b7147544491396d53ea 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLDocument.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLDocument.h
|
| @@ -24,7 +24,7 @@
|
| #define HTMLDocument_h
|
|
|
| #include "core/dom/Document.h"
|
| -#include "core/fetch/ResourceClient.h"
|
| +#include "platform/loader/fetch/ResourceClient.h"
|
| #include "wtf/HashCountedSet.h"
|
|
|
| namespace blink {
|
|
|