| Index: content/renderer/geolocation_dispatcher.h
|
| diff --git a/content/renderer/geolocation_dispatcher.h b/content/renderer/geolocation_dispatcher.h
|
| index 0c3b4d0d14467803e1079ef4b25876e7e1b1aa84..e9cce388cb5a4c3856c976f0b1ebd9b2854644ba 100644
|
| --- a/content/renderer/geolocation_dispatcher.h
|
| +++ b/content/renderer/geolocation_dispatcher.h
|
| @@ -48,7 +48,8 @@ class GeolocationDispatcher
|
| void OnPositionUpdate(mojom::MojoGeopositionPtr geoposition);
|
|
|
| // Permission for using geolocation has been set.
|
| - void OnPermissionSet(int permission_request_id, PermissionStatus status);
|
| + void OnPermissionSet(int permission_request_id,
|
| + mojom::PermissionStatus status);
|
|
|
| scoped_ptr<blink::WebGeolocationController> controller_;
|
|
|
| @@ -56,7 +57,7 @@ class GeolocationDispatcher
|
| pending_permissions_;
|
| mojom::GeolocationServicePtr geolocation_service_;
|
| bool enable_high_accuracy_;
|
| - PermissionServicePtr permission_service_;
|
| + mojom::PermissionServicePtr permission_service_;
|
| };
|
|
|
| } // namespace content
|
|
|