| 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 a5bd60542e801c96140a3eecacaf3d58017b5106..7cf95d0074852f4c8aa88f1736779b73fee042a5 100644
|
| --- a/third_party/WebKit/Source/core/dom/DOMStringList.h
|
| +++ b/third_party/WebKit/Source/core/dom/DOMStringList.h
|
| @@ -26,8 +26,8 @@
|
| #ifndef DOMStringList_h
|
| #define DOMStringList_h
|
|
|
| -#include "bindings/core/v8/ScriptWrappable.h"
|
| #include "core/CoreExport.h"
|
| +#include "platform/bindings/ScriptWrappable.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/wtf/Vector.h"
|
| #include "platform/wtf/text/WTFString.h"
|
|
|