| Index: Source/core/inspector/InspectorPageAgent.cpp
|
| diff --git a/Source/core/inspector/InspectorPageAgent.cpp b/Source/core/inspector/InspectorPageAgent.cpp
|
| index b793f30b4b81b4e9477cb8e06d50ddf0f1fb9041..78a0c3ec11ab770da18eb6cb8269549c0a0dd556 100644
|
| --- a/Source/core/inspector/InspectorPageAgent.cpp
|
| +++ b/Source/core/inspector/InspectorPageAgent.cpp
|
| @@ -32,8 +32,6 @@
|
| #include "core/inspector/InspectorPageAgent.h"
|
|
|
| #include "DOMWrapperWorld.h"
|
| -#include "GeolocationController.h"
|
| -#include "GeolocationError.h"
|
| #include "HTMLFrameOwnerElement.h"
|
| #include "HTMLNames.h"
|
| #include "InspectorFrontend.h"
|
| @@ -73,6 +71,8 @@
|
| #include "core/platform/Cookie.h"
|
| #include "core/platform/text/RegularExpression.h"
|
| #include "core/platform/text/TextEncoding.h"
|
| +#include "modules/geolocation/GeolocationController.h"
|
| +#include "modules/geolocation/GeolocationError.h"
|
| #include <wtf/CurrentTime.h>
|
| #include <wtf/ListHashSet.h>
|
| #include <wtf/text/Base64.h>
|
|
|