| Index: third_party/WebKit/Source/core/svg/SVGFEImageElement.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGFEImageElement.h b/third_party/WebKit/Source/core/svg/SVGFEImageElement.h
|
| index ba01823dd3cfab3f19eaaa872d1456e4a70f9d84..111df6ac22726b50c2e8fcaccd42b2882ee8b01f 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGFEImageElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGFEImageElement.h
|
| @@ -22,8 +22,8 @@
|
| #define SVGFEImageElement_h
|
|
|
| #include "core/SVGNames.h"
|
| -#include "core/fetch/ImageResourceContent.h"
|
| -#include "core/fetch/ImageResourceObserver.h"
|
| +#include "core/loader/resource/ImageResourceContent.h"
|
| +#include "core/loader/resource/ImageResourceObserver.h"
|
| #include "core/svg/SVGAnimatedPreserveAspectRatio.h"
|
| #include "core/svg/SVGFilterPrimitiveStandardAttributes.h"
|
| #include "core/svg/SVGURIReference.h"
|
|
|