| Index: Source/core/platform/graphics/filters/FEComposite.h
|
| diff --git a/Source/core/platform/graphics/filters/FEComposite.h b/Source/core/platform/graphics/filters/FEComposite.h
|
| index cd364c3b1b8cc7c7ced6cc8a5d85a4f6bcb4aefd..be73fd2b1e1cd564c5e2ebca2db780241d811c30 100644
|
| --- a/Source/core/platform/graphics/filters/FEComposite.h
|
| +++ b/Source/core/platform/graphics/filters/FEComposite.h
|
| @@ -23,9 +23,9 @@
|
| #ifndef FEComposite_h
|
| #define FEComposite_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/text/WTFString.h"
|
|
|
| namespace WebCore {
|
|
|