| Index: Source/modules/geolocation/GeolocationController.h
|
| diff --git a/Source/modules/geolocation/GeolocationController.h b/Source/modules/geolocation/GeolocationController.h
|
| index 883037cd2e748c9d6ab83c3a973d81acc0ede15d..bd2e7293b7bb17ad1dc14e0897603be8e13db570 100644
|
| --- a/Source/modules/geolocation/GeolocationController.h
|
| +++ b/Source/modules/geolocation/GeolocationController.h
|
| @@ -35,7 +35,6 @@
|
|
|
| namespace blink {
|
|
|
| -class GeolocationInspectorAgent;
|
| class GeolocationClient;
|
| class GeolocationError;
|
| class GeolocationPosition;
|
| @@ -87,7 +86,6 @@ private:
|
| ObserversSet m_observers;
|
| ObserversSet m_highAccuracyObservers;
|
| bool m_isClientUpdating;
|
| - RawPtrWillBeMember<GeolocationInspectorAgent> m_inspectorAgent;
|
| };
|
|
|
| } // namespace blink
|
|
|