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

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

Issue 1091513005: Separate mojo/shell into a runner and the application manager (shell) (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/shell/android/background_application_loader.cc b/mojo/runner/android/background_application_loader.cc
similarity index 94%
rename from mojo/shell/android/background_application_loader.cc
rename to mojo/runner/android/background_application_loader.cc
index cdb175e00bc9f08dd30507bc27b81936c4f68a70..c6dace8e35f435c43af57cac3444d83e53d55fcd 100644
--- a/mojo/shell/android/background_application_loader.cc
+++ b/mojo/runner/android/background_application_loader.cc
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "mojo/shell/android/background_application_loader.h"
+#include "mojo/runner/android/background_application_loader.h"
#include "base/bind.h"
#include "base/run_loop.h"
-#include "mojo/shell/application_manager/application_manager.h"
+#include "mojo/shell/application_manager.h"
namespace mojo {
namespace shell {
« 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