| Index: device/geolocation/geolocation_service_context.cc
|
| diff --git a/device/geolocation/geolocation_service_context.cc b/device/geolocation/geolocation_service_context.cc
|
| index ffd69ff01be24ab609b9777b35bb47fe4bae89a2..2f0e011d24ca6656c7ee41064e214fa67e22b05a 100644
|
| --- a/device/geolocation/geolocation_service_context.cc
|
| +++ b/device/geolocation/geolocation_service_context.cc
|
| @@ -16,7 +16,7 @@ GeolocationServiceContext::~GeolocationServiceContext() {}
|
|
|
| void GeolocationServiceContext::CreateService(
|
| const base::Closure& update_callback,
|
| - mojo::InterfaceRequest<blink::mojom::GeolocationService> request) {
|
| + mojo::InterfaceRequest<mojom::GeolocationService> request) {
|
| GeolocationServiceImpl* service =
|
| new GeolocationServiceImpl(std::move(request), this, update_callback);
|
| services_.push_back(service);
|
|
|