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

Unified Diff: components/html_viewer/android/android_hooks.cc

Issue 1099303002: Move html_viewer from mojo/services to components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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
Index: components/html_viewer/android/android_hooks.cc
diff --git a/mojo/services/html_viewer/android/android_hooks.cc b/components/html_viewer/android/android_hooks.cc
similarity index 96%
rename from mojo/services/html_viewer/android/android_hooks.cc
rename to components/html_viewer/android/android_hooks.cc
index 428dcc63eeaca3a02e391f579724345c32e71b48..ab553fe9239b3a5d524f1c03dea046c68c1f3907 100644
--- a/mojo/services/html_viewer/android/android_hooks.cc
+++ b/components/html_viewer/android/android_hooks.cc
@@ -8,7 +8,7 @@
#include "base/android/jni_android.h"
#include "base/android/library_loader/library_loader_hooks.h"
#include "base/bind.h"
-#include "mojo/services/html_viewer/jni/Main_jni.h"
+#include "components/html_viewer/jni/Main_jni.h"
namespace {
bool RegisterJNI(JNIEnv* env) {
« no previous file with comments | « components/html_viewer/OWNERS ('k') | components/html_viewer/android/java/org/chromium/html_viewer/Main.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698