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

Unified Diff: content/browser/android/library_loader_hooks.cc

Issue 10440106: Add missing content namespace to the android library loader. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | « no previous file | content/public/browser/android_library_loader_hooks.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/android/library_loader_hooks.cc
diff --git a/content/browser/android/library_loader_hooks.cc b/content/browser/android/library_loader_hooks.cc
index 17ebbd433f7f72fec8332d55d6d7dcdc545fab20..30b266f82d1ab136adb2984010953d5a912847fa 100644
--- a/content/browser/android/library_loader_hooks.cc
+++ b/content/browser/android/library_loader_hooks.cc
@@ -72,6 +72,8 @@ jboolean LibraryLoaderEntryHook(JNIEnv* env, jclass clazz,
return JNI_TRUE;
}
+namespace content {
+
void LibraryLoaderExitHook() {
if (g_at_exit_manager) {
delete g_at_exit_manager;
@@ -98,3 +100,5 @@ bool RegisterLibraryLoaderEntryHook(JNIEnv* env) {
}
return true;
}
+
+} // namespace content
« no previous file with comments | « no previous file | content/public/browser/android_library_loader_hooks.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698