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

Unified Diff: shell/android/android_handler.cc

Issue 775343004: Move //mojo/shell to //shell (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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 | « shell/android/android_handler.h ('k') | shell/android/android_handler_loader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/android/android_handler.cc
diff --git a/mojo/shell/android/android_handler.cc b/shell/android/android_handler.cc
similarity index 95%
rename from mojo/shell/android/android_handler.cc
rename to shell/android/android_handler.cc
index fc7fe0f7b7cbbdf437043979fe4405889757fbde..073aa019dfbefa26955293506aea006a384fa82f 100644
--- a/mojo/shell/android/android_handler.cc
+++ b/shell/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 "shell/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/dynamic_service_runner.h"
+#include "shell/android/run_android_application_function.h"
+#include "shell/dynamic_service_runner.h"
using base::android::AttachCurrentThread;
using base::android::ScopedJavaLocalRef;
« no previous file with comments | « shell/android/android_handler.h ('k') | shell/android/android_handler_loader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698