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

Unified Diff: shell/android/mojo_main.h

Issue 805113002: Moves android specific code into android directory (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: merge 2 trunk Created 6 years 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
« no previous file with comments | « shell/android/library_loader.cc ('k') | shell/android/mojo_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/android/mojo_main.h
diff --git a/shell/android/mojo_main.h b/shell/android/mojo_main.h
index 65fec20a9f0afa5b739aa0664156555603bc3879..bc2e9f18a5176e365fb0462c8b9299c2e342fa39 100644
--- a/shell/android/mojo_main.h
+++ b/shell/android/mojo_main.h
@@ -8,9 +8,11 @@
#include <jni.h>
namespace mojo {
+namespace shell {
bool RegisterMojoMain(JNIEnv* env);
+} // namespace shell
} // namespace mojo
#endif // SHELL_ANDROID_MOJO_MAIN_H_
« no previous file with comments | « shell/android/library_loader.cc ('k') | shell/android/mojo_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698