Chromium Code Reviews| Index: Source/core/svg/SVGExternalResourcesRequired.cpp |
| diff --git a/Source/core/svg/SVGExternalResourcesRequired.cpp b/Source/core/svg/SVGExternalResourcesRequired.cpp |
| index 52901da5ac3ea2f543e47599cbc0d71e42770b41..c21d570d0fc78201013efdc34aa1c779e5739106 100644 |
| --- a/Source/core/svg/SVGExternalResourcesRequired.cpp |
| +++ b/Source/core/svg/SVGExternalResourcesRequired.cpp |
| @@ -23,9 +23,9 @@ |
| #if ENABLE(SVG) |
| #include "SVGExternalResourcesRequired.h" |
| -#include "Attr.h" |
| #include "SVGElement.h" |
| #include "SVGNames.h" |
| +#include "core/dom/Attr.h" |
| namespace WebCore { |