| Index: Source/core/page/Chrome.cpp
|
| diff --git a/Source/core/page/Chrome.cpp b/Source/core/page/Chrome.cpp
|
| index 5ef6bb0f72abadc0fd56f03b241576897a63f1a9..1be530db6d09af5b240eccf222447e07c6de6d13 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 "Document.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/page/ChromeClient.h"
|
| #include "core/page/Frame.h"
|
| #include "core/page/FrameTree.h"
|
|
|