| Index: mojo/runner/android/run_android_application_function.h
|
| diff --git a/mojo/shell/android/run_android_application_function.h b/mojo/runner/android/run_android_application_function.h
|
| similarity index 81%
|
| rename from mojo/shell/android/run_android_application_function.h
|
| rename to mojo/runner/android/run_android_application_function.h
|
| index 3ed174482d9a78d945abaab6132f328fe5f39c2c..a9871241ebb37781db42afb80fb65a684c157a86 100644
|
| --- a/mojo/shell/android/run_android_application_function.h
|
| +++ b/mojo/runner/android/run_android_application_function.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef SHELL_ANDROID_RUN_ANDROID_APPLICATION_FUNCTION_H_
|
| -#define SHELL_ANDROID_RUN_ANDROID_APPLICATION_FUNCTION_H_
|
| +#ifndef MOJO_RUNNER_ANDROID_RUN_ANDROID_APPLICATION_FUNCTION_H_
|
| +#define MOJO_RUNNER_ANDROID_RUN_ANDROID_APPLICATION_FUNCTION_H_
|
|
|
| #include "base/android/jni_android.h"
|
| #include "base/files/file_path.h"
|
| @@ -24,4 +24,4 @@ typedef void (*RunAndroidApplicationFn)(JNIEnv* env,
|
| } // namespace shell
|
| } // namespace mojo
|
|
|
| -#endif // SHELL_ANDROID_RUN_ANDROID_APPLICATION_FUNCTION_H_
|
| +#endif // MOJO_RUNNER_ANDROID_RUN_ANDROID_APPLICATION_FUNCTION_H_
|
|
|