| Index: third_party/WebKit/Source/core/svg/SVGStringList.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGStringList.cpp b/third_party/WebKit/Source/core/svg/SVGStringList.cpp
|
| index 41c08b995217cb27b21e6302d46f18a1e817a330..39f5a967a2a293d64eb7625a78311b19f82dbd40 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGStringList.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGStringList.cpp
|
| @@ -25,7 +25,7 @@
|
| #include "core/dom/ExceptionCode.h"
|
| #include "core/svg/SVGElement.h"
|
| #include "core/svg/SVGParserUtilities.h"
|
| -#include "wtf/text/StringBuilder.h"
|
| +#include "platform/wtf/text/StringBuilder.h"
|
|
|
| namespace blink {
|
|
|
|
|