Chromium Code Reviews| 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 843fd3827cbe17cd83f9b36cf507fc578a44203d..f507a479d3722c91795a13c71f4af166a860dece 100644 |
| --- a/content/browser/geolocation/geolocation_service_context.h |
| +++ b/content/browser/geolocation/geolocation_service_context.h |
| @@ -22,8 +22,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<blink::mojom::GeolocationService> request); |
|
Michael van Ouwerkerk
2016/03/10 10:40:53
IWYU: #include "third_party/WebKit/public/platform
Sam McNally
2016/03/14 02:42:09
Done.
|
| // Called when a service has a connection error. After this call, it is no |
| // longer safe to access |service|. |