summaryrefslogtreecommitdiffstats
path: root/mojo/runner/android/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/runner/android/main.cc')
-rw-r--r--mojo/runner/android/main.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/mojo/runner/android/main.cc b/mojo/runner/android/main.cc
index a610f22..82ba0b4 100644
--- a/mojo/runner/android/main.cc
+++ b/mojo/runner/android/main.cc
@@ -33,7 +33,7 @@
using base::LazyInstance;
namespace mojo {
-namespace shell {
+namespace runner {
namespace {
@@ -201,7 +201,7 @@ bool RegisterShellMain(JNIEnv* env) {
return RegisterNativesImpl(env);
}
-} // namespace shell
+} // namespace runner
} // namespace mojo
// TODO(vtl): Even though main() should never be called, mojo_shell fails to