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

Unified Diff: components/resource_provider/android/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
« no previous file with comments | « components/resource_provider/BUILD.gn ('k') | components/resource_provider/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « components/resource_provider/BUILD.gn ('k') | components/resource_provider/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698