| Index: device/geolocation/geolocation_service_context.cc
 | 
| diff --git a/device/geolocation/geolocation_service_context.cc b/device/geolocation/geolocation_service_context.cc
 | 
| index b1bb14bd9f5e807ff371ed9b5fedbc369494efdf..c8546a44358301ac492729a7b2884f3529a83fdf 100644
 | 
| --- a/device/geolocation/geolocation_service_context.cc
 | 
| +++ b/device/geolocation/geolocation_service_context.cc
 | 
| @@ -16,7 +16,8 @@ GeolocationServiceContext::GeolocationServiceContext() {}
 | 
|  GeolocationServiceContext::~GeolocationServiceContext() {}
 | 
|  
 | 
|  void GeolocationServiceContext::CreateService(
 | 
| -    mojo::InterfaceRequest<mojom::GeolocationService> request) {
 | 
| +    const service_manager::BindSourceInfo& source_info,
 | 
| +    mojom::GeolocationServiceRequest request) {
 | 
|    GeolocationServiceImpl* service =
 | 
|        new GeolocationServiceImpl(std::move(request), this);
 | 
|    services_.push_back(base::WrapUnique<GeolocationServiceImpl>(service));
 | 
| 
 |