| Index: third_party/WebKit/Source/core/xml/DOMParser.cpp
|
| diff --git a/third_party/WebKit/Source/core/xml/DOMParser.cpp b/third_party/WebKit/Source/core/xml/DOMParser.cpp
|
| index 15e9cb60671df6c132d3737c8d7f01999c3f5669..865ab26c9ed174df068dd310093019e3d9149520 100644
|
| --- a/third_party/WebKit/Source/core/xml/DOMParser.cpp
|
| +++ b/third_party/WebKit/Source/core/xml/DOMParser.cpp
|
| @@ -21,7 +21,7 @@
|
|
|
| #include "core/dom/DOMImplementation.h"
|
| #include "platform/weborigin/SecurityOrigin.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|