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

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

Issue 11343017: Move remaining files in content\browser\renderer_host to content namespace. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix linux Created 8 years, 2 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: content/browser/android/browser_jni_registrar.cc
===================================================================
--- content/browser/android/browser_jni_registrar.cc (revision 164665)
+++ content/browser/android/browser_jni_registrar.cc (working copy)
@@ -36,7 +36,7 @@
{ "DownloadControllerAndroidImpl",
content::DownloadControllerAndroidImpl::RegisterDownloadController },
{ "RegisterImeAdapter", content::RegisterImeAdapter },
- { "JavaBoundObject", JavaBoundObject::RegisterJavaBoundObject },
+ { "JavaBoundObject", content::JavaBoundObject::RegisterJavaBoundObject },
tfarina 2012/10/29 18:17:39 do we want to wrap the unnamed namespace in conten
{ "LoadUrlParams", content::RegisterLoadUrlParams },
{ "SandboxedProcessLauncher", content::RegisterSandboxedProcessLauncher },
{ "TouchPoint", content::RegisterTouchPoint },

Powered by Google App Engine
This is Rietveld 408576698