Index: Source/core/platform/graphics/filters/FEColorMatrix.cpp |
diff --git a/Source/core/platform/graphics/filters/FEColorMatrix.cpp b/Source/core/platform/graphics/filters/FEColorMatrix.cpp |
index 3abca595b785f63e3664f8882e58d2d492b56729..64dbcd4f876cec0f24369f9a7812e9a0b35b4ae3 100644 |
--- a/Source/core/platform/graphics/filters/FEColorMatrix.cpp |
+++ b/Source/core/platform/graphics/filters/FEColorMatrix.cpp |
@@ -32,8 +32,8 @@ |
#include "core/platform/text/TextStream.h" |
#include "core/rendering/RenderTreeAsText.h" |
-#include <wtf/MathExtras.h> |
-#include <wtf/Uint8ClampedArray.h> |
+#include "wtf/MathExtras.h" |
+#include "wtf/Uint8ClampedArray.h" |
#include "SkColorFilterImageFilter.h" |
#include "SkColorMatrixFilter.h" |