| Index: content/shell/android/shell_library_loader.cc
|
| diff --git a/content/shell/android/shell_library_loader.cc b/content/shell/android/shell_library_loader.cc
|
| index 68cbf93413edd2ab31f8835eb47445e98d182090..0775a97060845c3c5c2d915fcc261dc0c316ad97 100644
|
| --- a/content/shell/android/shell_library_loader.cc
|
| +++ b/content/shell/android/shell_library_loader.cc
|
| @@ -38,7 +38,7 @@ JNI_EXPORT jint JNI_OnLoad(JavaVM* vm, void* reserved) {
|
|
|
| base::android::InitVM(vm);
|
| JNIEnv* env = base::android::AttachCurrentThread();
|
| - if (!RegisterLibraryLoaderEntryHook(env)) {
|
| + if (!content::RegisterLibraryLoaderEntryHook(env)) {
|
| return -1;
|
| }
|
|
|
|
|