| Index: Source/core/page/Chrome.cpp
|
| diff --git a/Source/core/page/Chrome.cpp b/Source/core/page/Chrome.cpp
|
| index 1be530db6d09af5b240eccf222447e07c6de6d13..f98535f2961842a439e153843ae57dfd2c9bf4f4 100644
|
| --- a/Source/core/page/Chrome.cpp
|
| +++ b/Source/core/page/Chrome.cpp
|
| @@ -22,13 +22,13 @@
|
| #include "config.h"
|
| #include "core/page/Chrome.h"
|
|
|
| -#include "FileList.h"
|
| #include "Geolocation.h"
|
| #include "HTMLFormElement.h"
|
| #include "HTMLInputElement.h"
|
| #include "HTMLNames.h"
|
| #include "InspectorInstrumentation.h"
|
| #include "core/dom/Document.h"
|
| +#include "core/fileapi/FileList.h"
|
| #include "core/page/ChromeClient.h"
|
| #include "core/page/Frame.h"
|
| #include "core/page/FrameTree.h"
|
|
|