| 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 2a08756068b893dc24b468b32c8712ed68c86edb..600e8145499d6b58756100381f3a4c7b3b9aef49 100644
|
| --- a/mojo/shell/runner/child/test_native_main.h
|
| +++ b/mojo/shell/runner/child/test_native_main.h
|
| @@ -6,10 +6,10 @@
|
| #define MOJO_SHELL_RUNNER_CHILD_TEST_NATIVE_MAIN_H_
|
|
|
| namespace mojo {
|
| -class ApplicationDelegate;
|
| +class ShellClient;
|
| namespace shell {
|
|
|
| -int TestNativeMain(mojo::ApplicationDelegate* application_delegate);
|
| +int TestNativeMain(mojo::ShellClient* application_delegate);
|
|
|
| } // namespace shell
|
| } // namespace mojo
|
|
|