| Index: third_party/WebKit/Source/modules/geolocation/Geolocation.h
|
| diff --git a/third_party/WebKit/Source/modules/geolocation/Geolocation.h b/third_party/WebKit/Source/modules/geolocation/Geolocation.h
|
| index 1ca16540b5a313fcfe860b1c7c58014c2229c4ea..dba2abd64cbfc5d9d3b2abcb4358decc3c38a9d2 100644
|
| --- a/third_party/WebKit/Source/modules/geolocation/Geolocation.h
|
| +++ b/third_party/WebKit/Source/modules/geolocation/Geolocation.h
|
| @@ -27,7 +27,6 @@
|
| #ifndef Geolocation_h
|
| #define Geolocation_h
|
|
|
| -#include "bindings/core/v8/ScriptWrappable.h"
|
| #include "core/dom/ContextLifecycleObserver.h"
|
| #include "core/page/PageVisibilityObserver.h"
|
| #include "device/geolocation/public/interfaces/geolocation.mojom-blink.h"
|
| @@ -40,6 +39,7 @@
|
| #include "modules/geolocation/PositionErrorCallback.h"
|
| #include "modules/geolocation/PositionOptions.h"
|
| #include "platform/Timer.h"
|
| +#include "platform/bindings/ScriptWrappable.h"
|
| #include "platform/heap/Handle.h"
|
|
|
| #include "public/platform/modules/permissions/permission.mojom-blink.h"
|
|
|