| Index: third_party/WebKit/Source/platform/graphics/PathTraversalState.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/PathTraversalState.cpp b/third_party/WebKit/Source/platform/graphics/PathTraversalState.cpp
|
| index 17cc32364bfac33d381187d5e95b1046f4d3fe4e..b22fc0bc8996b6dc981de3696476423af5d3b551 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/PathTraversalState.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/PathTraversalState.cpp
|
| @@ -19,8 +19,8 @@
|
|
|
| #include "platform/graphics/PathTraversalState.h"
|
|
|
| -#include "wtf/MathExtras.h"
|
| -#include "wtf/Vector.h"
|
| +#include "platform/wtf/MathExtras.h"
|
| +#include "platform/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|