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

Unified Diff: blimp/client/app/android/web_input_box.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 | « blimp/client/app/android/toolbar.cc ('k') | blimp/client/core/contents/android/blimp_contents_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/app/android/web_input_box.cc
diff --git a/blimp/client/app/android/web_input_box.cc b/blimp/client/app/android/web_input_box.cc
index c20841c9171e871128298b23ac46ebba73ee6da7..c84ee73aa3d3f6b03b263ae308fc6e79a5b6b816 100644
--- a/blimp/client/app/android/web_input_box.cc
+++ b/blimp/client/app/android/web_input_box.cc
@@ -9,6 +9,8 @@
#include "jni/WebInputBox_jni.h"
#include "ui/base/ime/text_input_type.h"
+using base::android::JavaParamRef;
+
namespace blimp {
namespace client {
« no previous file with comments | « blimp/client/app/android/toolbar.cc ('k') | blimp/client/core/contents/android/blimp_contents_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698