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

Unified Diff: content/browser/android/java/gin_java_method_invocation_helper_unittest.cc

Issue 1527183004: Remove usage of ScopedJavaLocalRef as a class field (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/android/java/gin_java_method_invocation_helper_unittest.cc
diff --git a/content/browser/android/java/gin_java_method_invocation_helper_unittest.cc b/content/browser/android/java/gin_java_method_invocation_helper_unittest.cc
index fcda3cda9345ef6930a571119a4305713c4ffc8f..40446292b36f3490f0eb7ca738149537bccd82a9 100644
--- a/content/browser/android/java/gin_java_method_invocation_helper_unittest.cc
+++ b/content/browser/android/java/gin_java_method_invocation_helper_unittest.cc
@@ -43,7 +43,7 @@ class NullObjectDelegate
}
private:
- base::android::ScopedJavaLocalRef<jclass> safe_annotation_class_;
+ base::android::ScopedJavaGlobalRef<jclass> safe_annotation_class_;
DISALLOW_COPY_AND_ASSIGN(NullObjectDelegate);
};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698