| Index: shell/android/android_handler.h
|
| diff --git a/shell/android/android_handler.h b/shell/android/android_handler.h
|
| index b23b332e4555de0dd908b7bafd728b8bd6cf87ac..c3716472987930b731e7f8dddca786b5b2d6fd5a 100644
|
| --- a/shell/android/android_handler.h
|
| +++ b/shell/android/android_handler.h
|
| @@ -30,7 +30,8 @@ class AndroidHandler : public ApplicationDelegate,
|
| bool ConfigureIncomingConnection(ApplicationConnection* connection) override;
|
|
|
| // ContentHandlerFactory::Delegate:
|
| - void RunApplication(ShellPtr shell, URLResponsePtr response) override;
|
| + void RunApplication(InterfaceRequest<Application> application_request,
|
| + URLResponsePtr response) override;
|
|
|
| ContentHandlerFactory content_handler_factory_;
|
| MOJO_DISALLOW_COPY_AND_ASSIGN(AndroidHandler);
|
|
|