| Index: Source/core/svg/SVGFitToViewBox.cpp
|
| diff --git a/Source/core/svg/SVGFitToViewBox.cpp b/Source/core/svg/SVGFitToViewBox.cpp
|
| index 87602adef034b57e6cf0aebb2b052d5d0c118e98..9aafee3ff4bf9fcaa3d2384740138781b9bd64a1 100644
|
| --- a/Source/core/svg/SVGFitToViewBox.cpp
|
| +++ b/Source/core/svg/SVGFitToViewBox.cpp
|
| @@ -23,12 +23,12 @@
|
| #if ENABLE(SVG)
|
| #include "SVGFitToViewBox.h"
|
|
|
| -#include "Attribute.h"
|
| -#include "Document.h"
|
| #include "SVGDocumentExtensions.h"
|
| #include "SVGNames.h"
|
| #include "SVGParserUtilities.h"
|
| #include "SVGPreserveAspectRatio.h"
|
| +#include "core/dom/Attribute.h"
|
| +#include "core/dom/Document.h"
|
| #include "core/platform/graphics/FloatRect.h"
|
| #include "core/platform/graphics/transforms/AffineTransform.h"
|
| #include <wtf/text/StringImpl.h>
|
|
|