| Index: content/browser/geolocation/geolocation_service_context.h
|
| diff --git a/content/browser/geolocation/geolocation_service_context.h b/content/browser/geolocation/geolocation_service_context.h
|
| index 453c8b0dce2862ef600ea20b8ca4b1c3ecd0578c..7d759bda03fcf9cff61c2717161b5bf43d866f4f 100644
|
| --- a/content/browser/geolocation/geolocation_service_context.h
|
| +++ b/content/browser/geolocation/geolocation_service_context.h
|
| @@ -21,8 +21,9 @@ class GeolocationServiceContext {
|
| // Creates a GeolocationServiceImpl that is weakly bound to |request|.
|
| // |update_callback| will be called when services send
|
| // location updates to their clients.
|
| - void CreateService(const base::Closure& update_callback,
|
| - mojo::InterfaceRequest<GeolocationService> request);
|
| + void CreateService(
|
| + const base::Closure& update_callback,
|
| + mojo::InterfaceRequest<geolocation::GeolocationService> request);
|
|
|
| // Called when a service has a connection error. After this call, it is no
|
| // longer safe to access |service|.
|
|
|