Index: mandoline/services/core_services/android_hooks.cc |
diff --git a/mandoline/services/core_services/android_hooks.cc b/mandoline/services/core_services/android_hooks.cc |
index febd1b58fe905c5d870f1dc6588365c9191468f6..4448be68400131b6b3042a5f95c7d3286eb84062 100644 |
--- a/mandoline/services/core_services/android_hooks.cc |
+++ b/mandoline/services/core_services/android_hooks.cc |
@@ -38,7 +38,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; |