| Index: Source/core/page/Chrome.cpp
|
| diff --git a/Source/core/page/Chrome.cpp b/Source/core/page/Chrome.cpp
|
| index ba649efddde4ba9ffedb42a6a11101490b176505..94c87489586d24fdc3eb3ef5c88c6abbd460b3bf 100644
|
| --- a/Source/core/page/Chrome.cpp
|
| +++ b/Source/core/page/Chrome.cpp
|
| @@ -23,10 +23,6 @@
|
| #include "core/page/Chrome.h"
|
|
|
| #include "public/platform/WebScreenInfo.h"
|
| -#include <wtf/PassRefPtr.h>
|
| -#include <wtf/RefPtr.h>
|
| -#include <wtf/text/StringBuilder.h>
|
| -#include <wtf/Vector.h>
|
| #include "HTMLNames.h"
|
| #include "core/dom/Document.h"
|
| #include "core/html/HTMLInputElement.h"
|
| @@ -44,6 +40,9 @@
|
| #include "core/platform/network/DNS.h"
|
| #include "core/rendering/HitTestResult.h"
|
| #include "core/storage/StorageNamespace.h"
|
| +#include "wtf/PassRefPtr.h"
|
| +#include "wtf/RefPtr.h"
|
| +#include "wtf/Vector.h"
|
|
|
| namespace WebCore {
|
|
|
|
|