Index: Source/core/platform/graphics/filters/FEConvolveMatrix.cpp |
diff --git a/Source/core/platform/graphics/filters/FEConvolveMatrix.cpp b/Source/core/platform/graphics/filters/FEConvolveMatrix.cpp |
index 5c5882c0319525b46599175c87dc7fbdd457ded3..c8ab271ba6c7b8962c4e5084ebd3849fea225cbe 100644 |
--- a/Source/core/platform/graphics/filters/FEConvolveMatrix.cpp |
+++ b/Source/core/platform/graphics/filters/FEConvolveMatrix.cpp |
@@ -30,9 +30,9 @@ |
#include "core/platform/text/TextStream.h" |
#include "core/rendering/RenderTreeAsText.h" |
-#include <wtf/OwnArrayPtr.h> |
-#include <wtf/ParallelJobs.h> |
-#include <wtf/Uint8ClampedArray.h> |
+#include "wtf/OwnArrayPtr.h" |
+#include "wtf/ParallelJobs.h" |
+#include "wtf/Uint8ClampedArray.h" |
#include "SkMatrixConvolutionImageFilter.h" |
#include "core/platform/graphics/filters/SkiaImageFilterBuilder.h" |