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

Unified Diff: shell/android/run_android_application_function.h

Issue 1067173003: Remove mojo:: part of mojo::shell:: nested namespace in //shell. (Closed) Base URL: https://github.com/domokit/mojo.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: shell/android/run_android_application_function.h
diff --git a/shell/android/run_android_application_function.h b/shell/android/run_android_application_function.h
index 3ed174482d9a78d945abaab6132f328fe5f39c2c..da5b93d46d21c80cbfce669050ece8462208ad48 100644
--- a/shell/android/run_android_application_function.h
+++ b/shell/android/run_android_application_function.h
@@ -8,7 +8,6 @@
#include "base/android/jni_android.h"
#include "base/files/file_path.h"
-namespace mojo {
namespace shell {
// Type of the function that we inject from the main .so of the Mojo shell to
@@ -22,6 +21,5 @@ typedef void (*RunAndroidApplicationFn)(JNIEnv* env,
jint j_handle);
} // namespace shell
-} // namespace mojo
#endif // SHELL_ANDROID_RUN_ANDROID_APPLICATION_FUNCTION_H_

Powered by Google App Engine
This is Rietveld 408576698