| Index: third_party/WebKit/Source/modules/canvas2d/CanvasPattern.cpp
|
| diff --git a/third_party/WebKit/Source/modules/canvas2d/CanvasPattern.cpp b/third_party/WebKit/Source/modules/canvas2d/CanvasPattern.cpp
|
| index 47e645a5750eddac99e55c1aef3e272539a748c6..6f9c7557c036f9b97febbe40eaa22eacbe8897d3 100644
|
| --- a/third_party/WebKit/Source/modules/canvas2d/CanvasPattern.cpp
|
| +++ b/third_party/WebKit/Source/modules/canvas2d/CanvasPattern.cpp
|
| @@ -27,7 +27,7 @@
|
|
|
| #include "bindings/core/v8/ExceptionState.h"
|
| #include "core/dom/ExceptionCode.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|