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

Unified Diff: base/android/content_uri_utils.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 | « base/android/command_line_android.cc ('k') | base/android/field_trial_list.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/android/content_uri_utils.cc
diff --git a/base/android/content_uri_utils.cc b/base/android/content_uri_utils.cc
index fec0157642d4db3e4649ce9fbc2ef880aba409c1..e35505fecec915f7d51d87be037f6119cba19f81 100644
--- a/base/android/content_uri_utils.cc
+++ b/base/android/content_uri_utils.cc
@@ -10,6 +10,7 @@
#include "jni/ContentUriUtils_jni.h"
using base::android::ConvertUTF8ToJavaString;
+using base::android::ScopedJavaLocalRef;
namespace base {
« no previous file with comments | « base/android/command_line_android.cc ('k') | base/android/field_trial_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698