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

Unified Diff: mojo/runner/android/ui_application_loader_android.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/ui_application_loader_android.h ('k') | mojo/runner/child_process.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/runner/android/ui_application_loader_android.cc
diff --git a/mojo/runner/android/ui_application_loader_android.cc b/mojo/runner/android/ui_application_loader_android.cc
index a046d64d6e78c7c82316a8cbf8647f265183bca1..4579e80c9b5f5b5715f2c32806b29bc414d235b0 100644
--- a/mojo/runner/android/ui_application_loader_android.cc
+++ b/mojo/runner/android/ui_application_loader_android.cc
@@ -9,7 +9,7 @@
#include "mojo/shell/application_manager.h"
namespace mojo {
-namespace shell {
+namespace runner {
UIApplicationLoader::UIApplicationLoader(
scoped_ptr<ApplicationLoader> real_loader,
@@ -44,5 +44,5 @@ void UIApplicationLoader::ShutdownOnUIThread() {
loader_.reset();
}
-} // namespace shell
+} // namespace runner
} // namespace mojo
« no previous file with comments | « mojo/runner/android/ui_application_loader_android.h ('k') | mojo/runner/child_process.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698