| Index: third_party/WebKit/Source/core/fileapi/FileList.h
|
| diff --git a/third_party/WebKit/Source/core/fileapi/FileList.h b/third_party/WebKit/Source/core/fileapi/FileList.h
|
| index 22ee45596571f4a34cec270aedf0476636b3b17c..34d18218fe090eee9769b7da2bf0ef0dc63ad243 100644
|
| --- a/third_party/WebKit/Source/core/fileapi/FileList.h
|
| +++ b/third_party/WebKit/Source/core/fileapi/FileList.h
|
| @@ -26,9 +26,9 @@
|
| #ifndef FileList_h
|
| #define FileList_h
|
|
|
| -#include "bindings/core/v8/ScriptWrappable.h"
|
| #include "core/CoreExport.h"
|
| #include "core/fileapi/File.h"
|
| +#include "platform/bindings/ScriptWrappable.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/wtf/Vector.h"
|
|
|
|
|