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

Unified Diff: shell/android/library_loader.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/bootstrap.cc ('k') | shell/android/mojo_main.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/android/library_loader.cc
diff --git a/mojo/shell/android/library_loader.cc b/shell/android/library_loader.cc
similarity index 94%
rename from mojo/shell/android/library_loader.cc
rename to shell/android/library_loader.cc
index 0a00c8e8769b03000e12cb7d40575e619c5d016b..8db925070dddcdb97f0404e6ce524ad301bfdfe2 100644
--- a/mojo/shell/android/library_loader.cc
+++ b/shell/android/library_loader.cc
@@ -7,10 +7,10 @@
#include "base/android/jni_registrar.h"
#include "base/android/library_loader/library_loader_hooks.h"
#include "base/logging.h"
-#include "mojo/shell/android/android_handler.h"
-#include "mojo/shell/android/mojo_main.h"
#include "net/android/net_jni_registrar.h"
#include "services/native_viewport/platform_viewport_android.h"
+#include "shell/android/android_handler.h"
+#include "shell/android/mojo_main.h"
namespace {
« no previous file with comments | « shell/android/bootstrap.cc ('k') | shell/android/mojo_main.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698