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

Unified Diff: chrome/browser/history/android/sqlite_cursor.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
Index: chrome/browser/history/android/sqlite_cursor.cc
diff --git a/chrome/browser/history/android/sqlite_cursor.cc b/chrome/browser/history/android/sqlite_cursor.cc
index b7205205431c71255cba158ee34c1479748fc48e..8bf9cc0361966ad82d97b3083796391782b7adad 100644
--- a/chrome/browser/history/android/sqlite_cursor.cc
+++ b/chrome/browser/history/android/sqlite_cursor.cc
@@ -15,6 +15,7 @@
#include "sql/statement.h"
using base::android::ConvertUTF8ToJavaString;
+using base::android::JavaParamRef;
using base::android::ScopedJavaLocalRef;
using content::BrowserThread;
« no previous file with comments | « chrome/browser/dom_distiller/tab_utils_android.cc ('k') | chrome/browser/invalidation/invalidation_service_factory_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698