Index: sky/viewer/content_handler_impl.cc |
diff --git a/sky/viewer/content_handler_impl.cc b/sky/viewer/content_handler_impl.cc |
index 80fe9b3943261e34a18310e2d34bd0491ca92b3b..0e5070bdbafcace7bcf600a3e66f268b936d695b 100644 |
--- a/sky/viewer/content_handler_impl.cc |
+++ b/sky/viewer/content_handler_impl.cc |
@@ -77,7 +77,9 @@ class SkyApplication : public mojo::Application { |
mojo::URLResponsePtr initial_response_; |
}; |
-ContentHandlerImpl::ContentHandlerImpl() { |
+ContentHandlerImpl::ContentHandlerImpl( |
+ mojo::InterfaceRequest<mojo::ContentHandler> request) |
+ : binding_(this, request.Pass()) { |
} |
ContentHandlerImpl::~ContentHandlerImpl() { |