| Index: third_party/WebKit/Source/core/dom/DOMTokenList.h
|
| diff --git a/third_party/WebKit/Source/core/dom/DOMTokenList.h b/third_party/WebKit/Source/core/dom/DOMTokenList.h
|
| index f7dc679e42910a18b074e1aedeb30637aadbd632..c26ce1dd010c78d7cc34ba2bcbf028d836250c64 100644
|
| --- a/third_party/WebKit/Source/core/dom/DOMTokenList.h
|
| +++ b/third_party/WebKit/Source/core/dom/DOMTokenList.h
|
| @@ -28,8 +28,8 @@
|
| #include "bindings/core/v8/ScriptWrappable.h"
|
| #include "core/dom/SpaceSplitString.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "wtf/Vector.h"
|
| -#include "wtf/text/AtomicString.h"
|
| +#include "platform/wtf/Vector.h"
|
| +#include "platform/wtf/text/AtomicString.h"
|
|
|
| namespace blink {
|
|
|
|
|