| Index: mojo/shell/package_manager/content_handler_connection.h
|
| diff --git a/mojo/shell/package_manager/content_handler_connection.h b/mojo/shell/package_manager/content_handler_connection.h
|
| index 3b94d785d68816fc2136e3f8470a9cb0be9a1b24..c1c455116a12b8faccd6392302f8fb28836bc6b0 100644
|
| --- a/mojo/shell/package_manager/content_handler_connection.h
|
| +++ b/mojo/shell/package_manager/content_handler_connection.h
|
| @@ -35,7 +35,7 @@ class ContentHandlerConnection {
|
| uint32_t id,
|
| const ClosedCallback& connection_closed_callback);
|
|
|
| - void StartApplication(InterfaceRequest<Application> request,
|
| + void StartApplication(InterfaceRequest<mojom::Application> request,
|
| URLResponsePtr response);
|
|
|
| // Closes the connection and destroys |this| object.
|
| @@ -52,7 +52,7 @@ class ContentHandlerConnection {
|
| ClosedCallback connection_closed_callback_;
|
| Identity identity_;
|
|
|
| - ContentHandlerPtr content_handler_;
|
| + mojom::ContentHandlerPtr content_handler_;
|
| bool connection_closed_;
|
| // The id for this content handler.
|
| const uint32_t id_;
|
|
|