| Index: mojo/shell/shell_impl.h
|
| diff --git a/mojo/shell/shell_impl.h b/mojo/shell/shell_impl.h
|
| index 0f2d97488eeb15cc279d33595f72817680f6ac61..a67335cb6a2bb61be0d40d13e2b2e6e022d48baf 100644
|
| --- a/mojo/shell/shell_impl.h
|
| +++ b/mojo/shell/shell_impl.h
|
| @@ -27,7 +27,7 @@ class ShellImpl : public Shell, public ErrorHandler {
|
|
|
| ~ShellImpl() override;
|
|
|
| - void InitializeApplication(Array<String> args);
|
| + void InitializeApplication();
|
|
|
| void ConnectToClient(const GURL& requested_url,
|
| const GURL& requestor_url,
|
|
|