| Index: base/android/cpu_features.cc
|
| diff --git a/base/android/cpu_features.cc b/base/android/cpu_features.cc
|
| index 6a1869534b0d0c493b78682d87d71ad52a02b87f..c139b7851a1e6ff381a587f82f07898d3cc93932 100644
|
| --- a/base/android/cpu_features.cc
|
| +++ b/base/android/cpu_features.cc
|
| @@ -10,11 +10,11 @@
|
| namespace base {
|
| namespace android {
|
|
|
| -jint GetCoreCount(JNIEnv*, jclass) {
|
| +jint GetCoreCount(JNIEnv*, const JavaParamRef<jclass>&) {
|
| return android_getCpuCount();
|
| }
|
|
|
| -jlong GetCpuFeatures(JNIEnv*, jclass) {
|
| +jlong GetCpuFeatures(JNIEnv*, const JavaParamRef<jclass>&) {
|
| return android_getCpuFeatures();
|
| }
|
|
|
|
|