| 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 40fef19356d7cd2a4513ee934c72933acb76ec58..b831d14ff1e09f44543b7577b02c014ae1db739c 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLImageElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLImageElement.h
|
| @@ -26,13 +26,13 @@
|
|
|
| #include "bindings/core/v8/ActiveScriptWrappable.h"
|
| #include "core/CoreExport.h"
|
| -#include "core/fetch/FetchRequest.h"
|
| #include "core/html/FormAssociated.h"
|
| #include "core/html/HTMLElement.h"
|
| #include "core/html/HTMLImageLoader.h"
|
| #include "core/html/canvas/CanvasImageSource.h"
|
| #include "core/imagebitmap/ImageBitmapSource.h"
|
| #include "platform/graphics/GraphicsTypes.h"
|
| +#include "platform/loader/fetch/FetchRequest.h"
|
| #include "platform/network/ResourceResponse.h"
|
|
|
| namespace blink {
|
|
|