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