| Index: Source/core/platform/graphics/filters/FEColorMatrix.h
|
| diff --git a/Source/core/platform/graphics/filters/FEColorMatrix.h b/Source/core/platform/graphics/filters/FEColorMatrix.h
|
| index 718817bc751642d74aa88df9745159133f7518a5..7593e4e1c1b285ced7ff8f8f2538b945c8773aa2 100644
|
| --- a/Source/core/platform/graphics/filters/FEColorMatrix.h
|
| +++ b/Source/core/platform/graphics/filters/FEColorMatrix.h
|
| @@ -23,9 +23,9 @@
|
| #ifndef FEColorMatrix_h
|
| #define FEColorMatrix_h
|
|
|
| -#include "core/platform/graphics/filters/FilterEffect.h"
|
| +#include "platform/graphics/filters/FilterEffect.h"
|
|
|
| -#include "core/platform/graphics/filters/Filter.h"
|
| +#include "platform/graphics/filters/Filter.h"
|
| #include "wtf/Vector.h"
|
|
|
| namespace WebCore {
|
|
|