| Index: Source/core/page/Chrome.cpp
|
| diff --git a/Source/core/page/Chrome.cpp b/Source/core/page/Chrome.cpp
|
| index 5224e54a54c071cdbcc2df7ee7b48dd60f18fda3..0f6c8f4e0b3a767ef93ec24c82b1468c32539443 100644
|
| --- a/Source/core/page/Chrome.cpp
|
| +++ b/Source/core/page/Chrome.cpp
|
| @@ -22,7 +22,6 @@
|
| #include "config.h"
|
| #include "core/page/Chrome.h"
|
|
|
| -#include "Geolocation.h"
|
| #include "HTMLFormElement.h"
|
| #include "HTMLInputElement.h"
|
| #include "HTMLNames.h"
|
| @@ -48,6 +47,7 @@
|
| #include "core/rendering/HitTestResult.h"
|
| #include "core/rendering/RenderObject.h"
|
| #include "core/storage/StorageNamespace.h"
|
| +#include "modules/geolocation/Geolocation.h"
|
| #include <wtf/PassRefPtr.h>
|
| #include <wtf/RefPtr.h>
|
| #include <wtf/text/StringBuilder.h>
|
|
|