| Index: third_party/WebKit/Source/core/xml/XMLSerializer.cpp
|
| diff --git a/third_party/WebKit/Source/core/xml/XMLSerializer.cpp b/third_party/WebKit/Source/core/xml/XMLSerializer.cpp
|
| index e820e1553e1927a58a5523c112a0cf0c9cd53036..c9af1ac1c53062561deebcfcc9bf8385b8cbf4c6 100644
|
| --- a/third_party/WebKit/Source/core/xml/XMLSerializer.cpp
|
| +++ b/third_party/WebKit/Source/core/xml/XMLSerializer.cpp
|
| @@ -22,7 +22,7 @@
|
| #include "core/xml/XMLSerializer.h"
|
|
|
| #include "core/editing/serializers/MarkupAccumulator.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|