| 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) {
|
|
|