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

Unified Diff: mojo/runner/android/background_application_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/background_application_loader.cc
diff --git a/mojo/runner/android/background_application_loader.cc b/mojo/runner/android/background_application_loader.cc
index c6dace8e35f435c43af57cac3444d83e53d55fcd..db69c750577c5a4cc240229499854ec09a4bd389 100644
--- a/mojo/runner/android/background_application_loader.cc
+++ b/mojo/runner/android/background_application_loader.cc
@@ -9,7 +9,7 @@
#include "mojo/shell/application_manager.h"
namespace mojo {
-namespace shell {
+namespace runner {
BackgroundApplicationLoader::BackgroundApplicationLoader(
scoped_ptr<ApplicationLoader> real_loader,
@@ -69,5 +69,5 @@ void BackgroundApplicationLoader::LoadOnBackgroundThread(
loader_->Load(url, application_request.Pass());
}
-} // namespace shell
+} // namespace runner
} // namespace mojo
« no previous file with comments | « mojo/runner/android/background_application_loader.h ('k') | mojo/runner/android/background_application_loader_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698