| Index: content/renderer/geolocation_dispatcher.h
|
| diff --git a/content/renderer/geolocation_dispatcher.h b/content/renderer/geolocation_dispatcher.h
|
| index 437c5a8c06ae6407f72f1b5fb68e2cc2d2ef0f1c..d2b0032eb1ef9399880a3776aa905653eca516ec 100644
|
| --- a/content/renderer/geolocation_dispatcher.h
|
| +++ b/content/renderer/geolocation_dispatcher.h
|
| @@ -7,9 +7,9 @@
|
|
|
| #include <memory>
|
|
|
| +#include "components/permissions/permission.mojom.h"
|
| #include "content/public/renderer/render_frame_observer.h"
|
| #include "third_party/WebKit/public/platform/modules/geolocation/geolocation.mojom.h"
|
| -#include "third_party/WebKit/public/platform/modules/permissions/permission.mojom.h"
|
| #include "third_party/WebKit/public/web/WebGeolocationClient.h"
|
| #include "third_party/WebKit/public/web/WebGeolocationController.h"
|
|
|
| @@ -50,7 +50,7 @@ class GeolocationDispatcher
|
|
|
| // Permission for using geolocation has been set.
|
| void OnPermissionSet(int permission_request_id,
|
| - blink::mojom::PermissionStatus status);
|
| + permissions::mojom::PermissionStatus status);
|
|
|
| std::unique_ptr<blink::WebGeolocationController> controller_;
|
|
|
| @@ -58,7 +58,7 @@ class GeolocationDispatcher
|
| pending_permissions_;
|
| blink::mojom::GeolocationServicePtr geolocation_service_;
|
| bool enable_high_accuracy_;
|
| - blink::mojom::PermissionServicePtr permission_service_;
|
| + permissions::mojom::PermissionServicePtr permission_service_;
|
| };
|
|
|
| } // namespace content
|
|
|