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

Unified Diff: mojo/runner/android/run_android_application_function.h

Issue 1107233002: Move runner stuff into a runner namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 8 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/runner/android/run_android_application_function.h
diff --git a/mojo/runner/android/run_android_application_function.h b/mojo/runner/android/run_android_application_function.h
index a9871241ebb37781db42afb80fb65a684c157a86..8b4295e2ff05ddad4d1cd57e57ad51e3727996f3 100644
--- a/mojo/runner/android/run_android_application_function.h
+++ b/mojo/runner/android/run_android_application_function.h
@@ -9,7 +9,7 @@
#include "base/files/file_path.h"
namespace mojo {
-namespace shell {
+namespace runner {
// 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 shell
+} // namespace runner
} // namespace mojo
#endif // MOJO_RUNNER_ANDROID_RUN_ANDROID_APPLICATION_FUNCTION_H_

Powered by Google App Engine
This is Rietveld 408576698