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

Unified Diff: mojo/shell/standalone/android/background_application_loader.cc

Issue 1630823002: Move mojo/runner to mojo/shell/standalone (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 11 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/shell/standalone/android/background_application_loader.cc
diff --git a/mojo/runner/android/background_application_loader.cc b/mojo/shell/standalone/android/background_application_loader.cc
similarity index 95%
rename from mojo/runner/android/background_application_loader.cc
rename to mojo/shell/standalone/android/background_application_loader.cc
index d9a8533214cf6b6a1462076cb9e4f0dd438536db..da433e709b24284557a5d391097d01fa109bd276 100644
--- a/mojo/runner/android/background_application_loader.cc
+++ b/mojo/shell/standalone/android/background_application_loader.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "mojo/runner/android/background_application_loader.h"
+#include "mojo/shell/standalone/android/background_application_loader.h"
#include <utility>
@@ -11,7 +11,7 @@
#include "mojo/shell/application_manager.h"
namespace mojo {
-namespace runner {
+namespace shell {
BackgroundApplicationLoader::BackgroundApplicationLoader(
scoped_ptr<ApplicationLoader> real_loader,
@@ -70,5 +70,5 @@ void BackgroundApplicationLoader::LoadOnBackgroundThread(
loader_->Load(url, std::move(application_request));
}
-} // namespace runner
+} // namespace shell
} // namespace mojo

Powered by Google App Engine
This is Rietveld 408576698