| Index: content/app/android/content_jni_onload.cc
|
| diff --git a/content/app/android/content_jni_onload.cc b/content/app/android/content_jni_onload.cc
|
| index 1349d0ee4ddb91acf4de2e645c72812d69df66f2..ab9596526ebfa1a23f6e4ea15f7d298a5b301889 100644
|
| --- a/content/app/android/content_jni_onload.cc
|
| +++ b/content/app/android/content_jni_onload.cc
|
| @@ -9,7 +9,7 @@
|
| #include "base/android/base_jni_onload.h"
|
| #include "base/android/jni_onload_delegate.h"
|
| #include "base/android/library_loader/library_loader_hooks.h"
|
| -#include "content/public/app/android_library_loader_hooks.h"
|
| +#include "content/app/android/library_loader_hooks.h"
|
| #include "content/public/app/content_main.h"
|
|
|
| namespace content {
|
| @@ -25,9 +25,6 @@ class ContentJNIOnLoadDelegate
|
| };
|
|
|
| bool ContentJNIOnLoadDelegate::RegisterJNI(JNIEnv* env) {
|
| - // TODO(michaelbai): Remove the EnsureJniRegistered from
|
| - // content::LibraryLoaded and move android_library_loader_hooks.h to
|
| - // content/app/android/.
|
| return content::EnsureJniRegistered(env);
|
| }
|
|
|
|
|