diff options
Diffstat (limited to 'mojo/shell/shell_impl.h')
-rw-r--r-- | mojo/shell/shell_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mojo/shell/shell_impl.h b/mojo/shell/shell_impl.h index 0f2d974..a67335c 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, |