| Index: third_party/WebKit/Source/core/dom/Attr.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/Attr.cpp b/third_party/WebKit/Source/core/dom/Attr.cpp
|
| index e51d5f30c1e80ca7f6b0a349b225cfa3b9b15348..1745a7000d896a2868f4d5eb65547d0455771a32 100644
|
| --- a/third_party/WebKit/Source/core/dom/Attr.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Attr.cpp
|
| @@ -29,8 +29,8 @@
|
| #include "core/dom/Element.h"
|
| #include "core/dom/Text.h"
|
| #include "core/events/ScopedEventQueue.h"
|
| -#include "wtf/text/AtomicString.h"
|
| -#include "wtf/text/StringBuilder.h"
|
| +#include "platform/wtf/text/AtomicString.h"
|
| +#include "platform/wtf/text/StringBuilder.h"
|
|
|
| namespace blink {
|
|
|
|
|