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

Unified Diff: mandoline/app/android/mandoline_context_init.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
« no previous file with comments | « mandoline/app/android/mandoline_activity.cc ('k') | mandoline/app/desktop/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mandoline/app/android/mandoline_context_init.cc
diff --git a/mandoline/app/android/mandoline_context_init.cc b/mandoline/app/android/mandoline_context_init.cc
index fa60c9ce5d4b1b012e53e535507b49e5b4602cf6..41dcb31514d254fab06ef7d76d49d7c729905914 100644
--- a/mandoline/app/android/mandoline_context_init.cc
+++ b/mandoline/app/android/mandoline_context_init.cc
@@ -5,10 +5,10 @@
#include "base/bind.h"
#include "base/logging.h"
#include "base/message_loop/message_loop.h"
-#include "mojo/runner/context.h"
+#include "mojo/shell/standalone/context.h"
namespace mojo {
-namespace runner {
+namespace shell {
void InitContext(Context* context) {
base::MessageLoopForUI::current()->PostTask(
@@ -18,5 +18,5 @@ void InitContext(Context* context) {
GURL("mojo:phone_ui")));
}
-} // namespace runner
+} // namespace shell
} // namespace mojo
« no previous file with comments | « mandoline/app/android/mandoline_activity.cc ('k') | mandoline/app/desktop/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698