| Index: third_party/WebKit/Source/core/dom/NodeListsNodeData.h
|
| diff --git a/third_party/WebKit/Source/core/dom/NodeListsNodeData.h b/third_party/WebKit/Source/core/dom/NodeListsNodeData.h
|
| index 3b1e8fca738004d42ebd3d87bae13d8137e0efa7..777a15c5cebfa4174f6ab195d48a7071deb4f071 100644
|
| --- a/third_party/WebKit/Source/core/dom/NodeListsNodeData.h
|
| +++ b/third_party/WebKit/Source/core/dom/NodeListsNodeData.h
|
| @@ -28,8 +28,8 @@
|
| #include "core/dom/TagCollection.h"
|
| #include "core/html/CollectionType.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "wtf/text/AtomicString.h"
|
| -#include "wtf/text/StringHash.h"
|
| +#include "platform/wtf/text/AtomicString.h"
|
| +#include "platform/wtf/text/StringHash.h"
|
|
|
| namespace blink {
|
|
|
|
|