| Index: mojo/shell/public/cpp/content_handler_factory.h
|
| diff --git a/mojo/shell/public/cpp/content_handler_factory.h b/mojo/shell/public/cpp/content_handler_factory.h
|
| index a8aa8c360769fa13defd536441c44e91872414d8..a174cdd73ecac129d20558ee51c5ad08b4d9361e 100644
|
| --- a/mojo/shell/public/cpp/content_handler_factory.h
|
| +++ b/mojo/shell/public/cpp/content_handler_factory.h
|
| @@ -54,7 +54,7 @@ class ContentHandlerFactory
|
|
|
| private:
|
| // From InterfaceFactory:
|
| - void Create(ApplicationConnection* connection,
|
| + void Create(Connection* connection,
|
| InterfaceRequest<shell::mojom::ContentHandler> request) override;
|
|
|
| Delegate* delegate_;
|
|
|