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

Unified Diff: mojo/runner/android/main.cc

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
« no previous file with comments | « mojo/runner/android/main.h ('k') | mojo/runner/android/native_viewport_application_loader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/runner/android/main.cc
diff --git a/mojo/runner/android/main.cc b/mojo/runner/android/main.cc
index a610f2207f0b2d2bc19b6b3bed97fec0508a1a4b..82ba0b4a571c31d7b212f73ea89fc3e8de387c42 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
« no previous file with comments | « mojo/runner/android/main.h ('k') | mojo/runner/android/native_viewport_application_loader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698