Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(180)

Unified Diff: mandoline/services/core_services/android_hooks.cc

Issue 1142323003: Remove duplicate application cpp files in mojo/application. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « mandoline/services/core_services/BUILD.gn ('k') | mandoline/services/core_services/core_services_application_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698