Index: content/renderer/service_worker/service_worker_context_client.h |
diff --git a/content/renderer/service_worker/service_worker_context_client.h b/content/renderer/service_worker/service_worker_context_client.h |
index 6573cf5d8e0507257be6ef7d75d4cecff9248b7d..de431cefa71499096586b42a7377b10198ea68ea 100644 |
--- a/content/renderer/service_worker/service_worker_context_client.h |
+++ b/content/renderer/service_worker/service_worker_context_client.h |
@@ -86,9 +86,8 @@ class ServiceWorkerContextClient |
// Called some time after the worker has started. Attempts to use the |
// ServiceRegistry to connect to services before this method is called are |
// queued up and will resolve after this method is called. |
- void BindServiceRegistry( |
- mojo::shell::mojom::InterfaceProviderRequest services, |
- mojo::shell::mojom::InterfaceProviderPtr exposed_services); |
+ void BindServiceRegistry(shell::mojom::InterfaceProviderRequest services, |
+ shell::mojom::InterfaceProviderPtr exposed_services); |
// WebServiceWorkerContextClient overrides. |
blink::WebURL scope() const override; |