| Index: mojo/shell/runner/child/test_native_main.h
|
| diff --git a/mojo/shell/runner/child/test_native_main.h b/mojo/shell/runner/child/test_native_main.h
|
| index 600e8145499d6b58756100381f3a4c7b3b9aef49..3742bc54d3825b775ed5fada983194be6df4b54d 100644
|
| --- a/mojo/shell/runner/child/test_native_main.h
|
| +++ b/mojo/shell/runner/child/test_native_main.h
|
| @@ -9,7 +9,7 @@ namespace mojo {
|
| class ShellClient;
|
| namespace shell {
|
|
|
| -int TestNativeMain(mojo::ShellClient* application_delegate);
|
| +int TestNativeMain(mojo::ShellClient* shell_client);
|
|
|
| } // namespace shell
|
| } // namespace mojo
|
|
|