Index: sky/viewer/content_handler_impl.h |
diff --git a/sky/viewer/content_handler_impl.h b/sky/viewer/content_handler_impl.h |
index 12360f35366122c2b6636b40a50154a4036cc287..8e6f55224c6476d7d991761975dda1104f24776b 100644 |
--- a/sky/viewer/content_handler_impl.h |
+++ b/sky/viewer/content_handler_impl.h |
@@ -19,7 +19,7 @@ class ContentHandlerImpl : public mojo::InterfaceImpl<mojo::ContentHandler> { |
private: |
// Overridden from ContentHandler: |
- void StartApplication(mojo::ShellPtr shell, |
+ void StartApplication(mojo::InterfaceRequest<mojo::Application> application, |
mojo::URLResponsePtr response) override; |
DISALLOW_COPY_AND_ASSIGN(ContentHandlerImpl); |