| 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
|
| deleted file mode 100644
|
| index 3742bc54d3825b775ed5fada983194be6df4b54d..0000000000000000000000000000000000000000
|
| --- a/mojo/shell/runner/child/test_native_main.h
|
| +++ /dev/null
|
| @@ -1,17 +0,0 @@
|
| -// Copyright 2015 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -#ifndef MOJO_SHELL_RUNNER_CHILD_TEST_NATIVE_MAIN_H_
|
| -#define MOJO_SHELL_RUNNER_CHILD_TEST_NATIVE_MAIN_H_
|
| -
|
| -namespace mojo {
|
| -class ShellClient;
|
| -namespace shell {
|
| -
|
| -int TestNativeMain(mojo::ShellClient* shell_client);
|
| -
|
| -} // namespace shell
|
| -} // namespace mojo
|
| -
|
| -#endif // MOJO_SHELL_RUNNER_CHILD_TEST_NATIVE_MAIN_H_
|
|
|