Index: sky/viewer/document_view.h |
diff --git a/sky/viewer/document_view.h b/sky/viewer/document_view.h |
index 98d8513ca395601467e38aab668a47bbe81c5519..1c80db9f69504a159099257ed9a1bd05ef209fef 100644 |
--- a/sky/viewer/document_view.h |
+++ b/sky/viewer/document_view.h |
@@ -47,7 +47,8 @@ class DocumentView : public blink::ServiceProvider, |
public mojo::ViewManagerDelegate, |
public mojo::ViewObserver { |
public: |
- DocumentView(mojo::ServiceProviderPtr provider, |
+ DocumentView(mojo::InterfaceRequest<mojo::ServiceProvider> services, |
+ mojo::ServiceProviderPtr exported_services, |
mojo::URLResponsePtr response, |
mojo::Shell* shell); |
virtual ~DocumentView(); |