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

Unified Diff: mojo/runner/android/android_handler_loader.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
Index: mojo/runner/android/android_handler_loader.cc
diff --git a/mojo/runner/android/android_handler_loader.cc b/mojo/runner/android/android_handler_loader.cc
index 5cead0b9ba341164aa427bbf0a9d296e40c3fabe..cda33cf402b7a544237890dfb8566e3b11c7751e 100644
--- a/mojo/runner/android/android_handler_loader.cc
+++ b/mojo/runner/android/android_handler_loader.cc
@@ -5,7 +5,7 @@
#include "mojo/runner/android/android_handler_loader.h"
namespace mojo {
-namespace shell {
+namespace runner {
AndroidHandlerLoader::AndroidHandlerLoader() {
}
@@ -21,5 +21,5 @@ void AndroidHandlerLoader::Load(
new ApplicationImpl(&android_handler_, application_request.Pass()));
}
-} // namespace shell
+} // namespace runner
} // namespace mojo
« no previous file with comments | « mojo/runner/android/android_handler_loader.h ('k') | mojo/runner/android/apk/src/org/chromium/mojo/shell/AndroidHandler.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698