| Index: Source/WebKit/chromium/src/ChromeClientImpl.cpp
|
| diff --git a/Source/WebKit/chromium/src/ChromeClientImpl.cpp b/Source/WebKit/chromium/src/ChromeClientImpl.cpp
|
| index 2ba72c05fa03cd3c768f2db94be90862d2b0f48a..7861dc807dcb3cafa6906f83f5f63114c2872538 100644
|
| --- a/Source/WebKit/chromium/src/ChromeClientImpl.cpp
|
| +++ b/Source/WebKit/chromium/src/ChromeClientImpl.cpp
|
| @@ -46,7 +46,6 @@
|
| #include "DateTimeChooserImpl.h"
|
| #include "ExternalDateTimeChooser.h"
|
| #include "ExternalPopupMenu.h"
|
| -#include "Geolocation.h"
|
| #include "HTMLInputElement.h"
|
| #include "HTMLNames.h"
|
| #include "ScriptController.h"
|
| @@ -79,6 +78,7 @@
|
| #include "core/platform/graphics/chromium/GraphicsLayerChromium.h"
|
| #include "core/rendering/HitTestResult.h"
|
| #include "core/rendering/RenderWidget.h"
|
| +#include "modules/geolocation/Geolocation.h"
|
| #if ENABLE(INPUT_TYPE_COLOR)
|
| #include "WebColorChooser.h"
|
| #endif
|
|
|