| Index: third_party/WebKit/Source/core/dom/DOMStringList.h
|
| diff --git a/third_party/WebKit/Source/core/dom/DOMStringList.h b/third_party/WebKit/Source/core/dom/DOMStringList.h
|
| index 5361edea9a0b27343667e38a7275f3ec8e8a36b1..c21cd4dad76d95b1c0745cfb3fe5f7cf112bfe8a 100644
|
| --- a/third_party/WebKit/Source/core/dom/DOMStringList.h
|
| +++ b/third_party/WebKit/Source/core/dom/DOMStringList.h
|
| @@ -29,8 +29,8 @@
|
| #include "bindings/core/v8/ScriptWrappable.h"
|
| #include "core/CoreExport.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "wtf/Vector.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/Vector.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|