| Index: components/resource_provider/android/android_hooks.cc
|
| diff --git a/components/resource_provider/android/android_hooks.cc b/components/resource_provider/android/android_hooks.cc
|
| index f51a495e071d0506c6890fbfcb275fb07ec162ab..c84730fabc01111c2bf258763f77f3728fd83caa 100644
|
| --- a/components/resource_provider/android/android_hooks.cc
|
| +++ b/components/resource_provider/android/android_hooks.cc
|
| @@ -36,7 +36,7 @@ JNI_EXPORT jint JNI_OnLoad(JavaVM* vm, void* reserved) {
|
| }
|
|
|
| // There cannot be two AtExitManagers at the same time. Remove the one from
|
| - // LibraryLoader as ApplicationRunnerChromium also uses one.
|
| + // LibraryLoader as ApplicationRunner also uses one.
|
| base::android::LibraryLoaderExitHook();
|
|
|
| return JNI_VERSION_1_4;
|
|
|