| Index: Source/core/inspector/InspectorPageAgent.h
|
| diff --git a/Source/core/inspector/InspectorPageAgent.h b/Source/core/inspector/InspectorPageAgent.h
|
| index 2082d15b2fd2958ccf6c007f6bc4373b44b7fde5..5f7aa56d47e8a23035883d116517e84de203b1e3 100644
|
| --- a/Source/core/inspector/InspectorPageAgent.h
|
| +++ b/Source/core/inspector/InspectorPageAgent.h
|
| @@ -32,11 +32,11 @@
|
| #define InspectorPageAgent_h
|
|
|
|
|
| -#include "GeolocationPosition.h"
|
| #include "InspectorFrontend.h"
|
| #include "core/dom/DeviceOrientationData.h"
|
| #include "core/inspector/InspectorBaseAgent.h"
|
| #include "core/page/Frame.h"
|
| +#include "modules/geolocation/GeolocationPosition.h"
|
| #include <wtf/HashMap.h>
|
| #include <wtf/RefCounted.h>
|
| #include <wtf/text/WTFString.h>
|
|
|