| Index: mojo/shell/standalone/android/android_handler.h
|
| diff --git a/mojo/shell/standalone/android/android_handler.h b/mojo/shell/standalone/android/android_handler.h
|
| index ac25ea157e951fb446a3f0a13e012e8fa715de96..116969960488ebb16e03229fec0e8bcd430c9bb2 100644
|
| --- a/mojo/shell/standalone/android/android_handler.h
|
| +++ b/mojo/shell/standalone/android/android_handler.h
|
| @@ -31,7 +31,7 @@ class AndroidHandler : public ApplicationDelegate,
|
| bool AcceptConnection(ApplicationConnection* connection) override;
|
|
|
| // ContentHandlerFactory::Delegate:
|
| - void RunApplication(InterfaceRequest<Application> application_request,
|
| + void RunApplication(InterfaceRequest<mojom::Application> application_request,
|
| URLResponsePtr response) override;
|
|
|
| ContentHandlerFactory content_handler_factory_;
|
|
|