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

Unified Diff: base/android/jni_generator/sample_for_tests.h

Issue 1641513004: Update //base to chromium 9659b08ea5a34f889dc4166217f438095ddc10d2 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 4 years, 11 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 | « base/android/jni_generator/jni_generator_tests.py ('k') | base/android/jni_generator/sample_for_tests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/android/jni_generator/sample_for_tests.h
diff --git a/base/android/jni_generator/sample_for_tests.h b/base/android/jni_generator/sample_for_tests.h
index e878e56cf6a427e8b1b5066fbb32d030ba9f79bf..d183c16e8b6d94276d63fb1ddd0623df276594ee 100644
--- a/base/android/jni_generator/sample_for_tests.h
+++ b/base/android/jni_generator/sample_for_tests.h
@@ -148,19 +148,19 @@ class CPPClass {
class InnerClass {
public:
- jdouble MethodOtherP0(JNIEnv* env, jobject obj);
+ jdouble MethodOtherP0(JNIEnv* env, jobject caller);
};
- void Destroy(JNIEnv* env, jobject obj);
+ void Destroy(JNIEnv* env, jobject caller);
- jint Method(JNIEnv* env, jobject obj);
+ jint Method(JNIEnv* env, jobject caller);
- void AddStructB(JNIEnv* env, jobject obj, jobject structb);
+ void AddStructB(JNIEnv* env, jobject caller, jobject structb);
- void IterateAndDoSomethingWithStructB(JNIEnv* env, jobject obj);
+ void IterateAndDoSomethingWithStructB(JNIEnv* env, jobject caller);
- base::android::ScopedJavaLocalRef<jstring> ReturnAString(
- JNIEnv* env, jobject obj);
+ base::android::ScopedJavaLocalRef<jstring> ReturnAString(JNIEnv* env,
+ jobject caller);
private:
std::map<long, std::string> map_;
« no previous file with comments | « base/android/jni_generator/jni_generator_tests.py ('k') | base/android/jni_generator/sample_for_tests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698