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

Unified Diff: base/android/jni_utils.cc

Issue 2820213002: Fix naming in base/android/jni_utils. (Closed)
Patch Set: Created 3 years, 8 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_utils.h ('k') | chrome/browser/android/chrome_entry_point.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/android/jni_utils.cc
diff --git a/base/android/jni_utils.cc b/base/android/jni_utils.cc
index 848dfd74f623ce692f6d7ccb41ba3040ffac9309..c5e370c9f0459428f457e0d490a1399d3d475b80 100644
--- a/base/android/jni_utils.cc
+++ b/base/android/jni_utils.cc
@@ -15,7 +15,7 @@ ScopedJavaLocalRef<jobject> GetClassLoader(JNIEnv* env) {
return Java_JNIUtils_getClassLoader(env);
}
-bool isSelectiveJniRegistrationEnabled(JNIEnv* env) {
+bool IsSelectiveJniRegistrationEnabled(JNIEnv* env) {
return Java_JNIUtils_isSelectiveJniRegistrationEnabled(env);
}
« no previous file with comments | « base/android/jni_utils.h ('k') | chrome/browser/android/chrome_entry_point.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698