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

Unified Diff: mojo/runner/android/android_handler.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
« no previous file with comments | « mojo/runner/android/android_handler.h ('k') | mojo/runner/android/android_handler_loader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/runner/android/android_handler.cc
diff --git a/mojo/shell/android/android_handler.cc b/mojo/runner/android/android_handler.cc
similarity index 95%
rename from mojo/shell/android/android_handler.cc
rename to mojo/runner/android/android_handler.cc
index 383dc721a0792a39cf01d5ec76a403916843da61..01e04508a9f759e84a06e1d3f4330be03bb8d8d6 100644
--- a/mojo/shell/android/android_handler.cc
+++ b/mojo/runner/android/android_handler.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/shell/android/android_handler.h"
+#include "mojo/runner/android/android_handler.h"
#include "base/android/jni_android.h"
#include "base/android/jni_string.h"
@@ -13,8 +13,8 @@
#include "mojo/common/data_pipe_utils.h"
#include "mojo/public/c/system/main.h"
#include "mojo/public/cpp/application/application_impl.h"
-#include "mojo/shell/android/run_android_application_function.h"
-#include "mojo/shell/native_application_support.h"
+#include "mojo/runner/android/run_android_application_function.h"
+#include "mojo/runner/native_application_support.h"
using base::android::AttachCurrentThread;
using base::android::ScopedJavaLocalRef;
« no previous file with comments | « mojo/runner/android/android_handler.h ('k') | mojo/runner/android/android_handler_loader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698