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; |