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

Unified Diff: android_webview/native/aw_contents_statics.cc

Issue 2209993003: Add missing using statements for JNI types. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 | « android_webview/native/aw_contents.cc ('k') | android_webview/native/aw_debug.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/native/aw_contents_statics.cc
diff --git a/android_webview/native/aw_contents_statics.cc b/android_webview/native/aw_contents_statics.cc
index f34d275562e0df461bc3ec624f455f869e62a697..c82790379fbaa10fd867e39824b5b4ca9d09dcb7 100644
--- a/android_webview/native/aw_contents_statics.cc
+++ b/android_webview/native/aw_contents_statics.cc
@@ -19,7 +19,9 @@
using base::android::AttachCurrentThread;
using base::android::ConvertJavaStringToUTF8;
+using base::android::JavaParamRef;
using base::android::ScopedJavaGlobalRef;
+using base::android::ScopedJavaLocalRef;
using content::BrowserThread;
namespace android_webview {
« no previous file with comments | « android_webview/native/aw_contents.cc ('k') | android_webview/native/aw_debug.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698