| Index: device/geolocation/geolocation_service_context.h
|
| diff --git a/device/geolocation/geolocation_service_context.h b/device/geolocation/geolocation_service_context.h
|
| index dab0fc5df7572542ae35f3e0f9238ccbb5e436ce..e320d5c25d70858e13198d30e0845740c3a62347 100644
|
| --- a/device/geolocation/geolocation_service_context.h
|
| +++ b/device/geolocation/geolocation_service_context.h
|
| @@ -8,7 +8,7 @@
|
| #include "base/macros.h"
|
| #include "base/memory/scoped_vector.h"
|
| #include "device/geolocation/geolocation_export.h"
|
| -#include "third_party/WebKit/public/platform/modules/geolocation/geolocation.mojom.h"
|
| +#include "device/geolocation/public/interfaces/geolocation.mojom.h"
|
|
|
| namespace device {
|
|
|
| @@ -26,9 +26,8 @@ class DEVICE_GEOLOCATION_EXPORT 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<blink::mojom::GeolocationService> request);
|
| + void CreateService(const base::Closure& update_callback,
|
| + mojo::InterfaceRequest<mojom::GeolocationService> request);
|
|
|
| // Called when a service has a connection error. After this call, it is no
|
| // longer safe to access |service|.
|
|
|