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

Unified Diff: mojo/services/network/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 | « mojo/services/network/BUILD.gn ('k') | mojo/services/network/cookie_store_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/network/android_hooks.cc
diff --git a/mojo/services/network/android_hooks.cc b/mojo/services/network/android_hooks.cc
index e8224023bca84f0710c4e5c2889df288ab0d8857..8f949f95c3e2a3b6dd3cd3605dd1ab0f36951617 100644
--- a/mojo/services/network/android_hooks.cc
+++ b/mojo/services/network/android_hooks.cc
@@ -35,7 +35,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 | « mojo/services/network/BUILD.gn ('k') | mojo/services/network/cookie_store_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698