| Index: third_party/WebKit/Source/core/html/HTMLImageElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLImageElement.h b/third_party/WebKit/Source/core/html/HTMLImageElement.h
|
| index 37bf7e4034697eb37bf8e706420fb3a765a5e852..97e42b416212186afda835f7cd97bbd916118818 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLImageElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLImageElement.h
|
| @@ -33,7 +33,7 @@
|
| #include "core/imagebitmap/ImageBitmapSource.h"
|
| #include "platform/graphics/GraphicsTypes.h"
|
| #include "platform/loader/fetch/FetchRequest.h"
|
| -#include "platform/network/ResourceResponse.h"
|
| +#include "platform/loader/fetch/ResourceResponse.h"
|
|
|
| namespace blink {
|
|
|
|
|