| Index: Source/core/svg/SVGPathStringSource.h
|
| diff --git a/Source/core/svg/SVGPathStringSource.h b/Source/core/svg/SVGPathStringSource.h
|
| index 80265c391241e460a2c08b788331e293e2dcaba5..a423ad8c1f129c082fdc7aecda3c7ec985c5d829 100644
|
| --- a/Source/core/svg/SVGPathStringSource.h
|
| +++ b/Source/core/svg/SVGPathStringSource.h
|
| @@ -22,8 +22,8 @@
|
| #define SVGPathStringSource_h
|
|
|
| #include "core/svg/SVGPathSource.h"
|
| -#include <wtf/PassOwnPtr.h>
|
| -#include <wtf/text/WTFString.h>
|
| +#include "wtf/PassOwnPtr.h"
|
| +#include "wtf/text/WTFString.h"
|
|
|
| namespace WebCore {
|
|
|
|
|