Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1136)

Unified Diff: mojo/shell/standalone/android/run_android_application_function.h

Issue 1630823002: Move mojo/runner to mojo/shell/standalone (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: mojo/shell/standalone/android/run_android_application_function.h
diff --git a/mojo/runner/android/run_android_application_function.h b/mojo/shell/standalone/android/run_android_application_function.h
similarity index 75%
rename from mojo/runner/android/run_android_application_function.h
rename to mojo/shell/standalone/android/run_android_application_function.h
index 8b4295e2ff05ddad4d1cd57e57ad51e3727996f3..cedfd4595da7d97943d3c796a268a5d87a25e182 100644
--- a/mojo/runner/android/run_android_application_function.h
+++ b/mojo/shell/standalone/android/run_android_application_function.h
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef MOJO_RUNNER_ANDROID_RUN_ANDROID_APPLICATION_FUNCTION_H_
-#define MOJO_RUNNER_ANDROID_RUN_ANDROID_APPLICATION_FUNCTION_H_
+#ifndef MOJO_SHELL_STANDALONE_ANDROID_RUN_ANDROID_APPLICATION_FUNCTION_H_
+#define MOJO_SHELL_STANDALONE_ANDROID_RUN_ANDROID_APPLICATION_FUNCTION_H_
#include "base/android/jni_android.h"
#include "base/files/file_path.h"
namespace mojo {
-namespace runner {
+namespace shell {
// Type of the function that we inject from the main .so of the Mojo shell to
// the helper libbootstrap.so. This function will set the thunks in the
@@ -21,7 +21,7 @@ typedef void (*RunAndroidApplicationFn)(JNIEnv* env,
const base::FilePath& app_path,
jint j_handle);
-} // namespace runner
+} // namespace shell
} // namespace mojo
-#endif // MOJO_RUNNER_ANDROID_RUN_ANDROID_APPLICATION_FUNCTION_H_
+#endif // MOJO_SHELL_STANDALONE_ANDROID_RUN_ANDROID_APPLICATION_FUNCTION_H_
« no previous file with comments | « mojo/shell/standalone/android/main.cc ('k') | mojo/shell/standalone/android/ui_application_loader_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698