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

Unified Diff: base/android/jni_generator/jni_generator_tests.py

Issue 10912172: [Android] Upstream ChromeBrowserProvider, the Android port ContentProvider implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: temporarily removing tests until we can compile and run them (soon) Created 8 years, 3 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: base/android/jni_generator/jni_generator_tests.py
diff --git a/base/android/jni_generator/jni_generator_tests.py b/base/android/jni_generator/jni_generator_tests.py
index 686aa87206b20eaad7bc05c83d550c61f35e796d..2d1188f7cc00db0d5d1febae687e754bcdb8c072 100755
--- a/base/android/jni_generator/jni_generator_tests.py
+++ b/base/android/jni_generator/jni_generator_tests.py
@@ -393,7 +393,7 @@ static bool RegisterNativesImpl(JNIEnv* env) {
{ "nativeGetDefaultBookmarkFolder",
"("
")"
-"Lcom/google/android/apps/chrome/ChromeBrowserProvider$BookmarkNode;",
+"Lorg/chromium/chrome/browser/ChromeBrowserProvider$BookmarkNode;",
reinterpret_cast<void*>(GetDefaultBookmarkFolder) },
{ "nativeQueryBookmarkFromAPI",
"("
« no previous file with comments | « base/android/jni_generator/jni_generator.py ('k') | chrome/android/java/src/org/chromium/chrome/browser/BookmarkUtils.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698