| Index: Source/core/page/Chrome.cpp
|
| diff --git a/Source/core/page/Chrome.cpp b/Source/core/page/Chrome.cpp
|
| index dbbe26f9708c3233c41ab632d2666a39cae260c5..8b7529b298b053cd25c350efdb43fcc32085024d 100644
|
| --- a/Source/core/page/Chrome.cpp
|
| +++ b/Source/core/page/Chrome.cpp
|
| @@ -22,8 +22,7 @@
|
| #include "config.h"
|
| #include "core/page/Chrome.h"
|
|
|
| -#include "public/platform/WebScreenInfo.h"
|
| -#include "HTMLNames.h"
|
| +#include "core/HTMLNames.h"
|
| #include "core/dom/Document.h"
|
| #include "core/frame/LocalFrame.h"
|
| #include "core/html/HTMLInputElement.h"
|
| @@ -40,6 +39,7 @@
|
| #include "platform/FileChooser.h"
|
| #include "platform/geometry/FloatRect.h"
|
| #include "platform/network/DNS.h"
|
| +#include "public/platform/WebScreenInfo.h"
|
| #include "wtf/PassRefPtr.h"
|
| #include "wtf/Vector.h"
|
|
|
|
|