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

Unified Diff: blimp/client/app/android/blimp_view.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: blimp/client/app/android/blimp_view.cc
diff --git a/blimp/client/app/android/blimp_view.cc b/blimp/client/app/android/blimp_view.cc
index 50bde2bd982fb621590725c77d8a3067abe87500..013c791a2c7533f67c414af209cc6fa5e913b776 100644
--- a/blimp/client/app/android/blimp_view.cc
+++ b/blimp/client/app/android/blimp_view.cc
@@ -11,6 +11,8 @@
#include "ui/events/android/motion_event_android.h"
#include "ui/gfx/geometry/size.h"
+using base::android::JavaParamRef;
+
namespace blimp {
namespace client {
« no previous file with comments | « blimp/client/app/android/blimp_library_loader.cc ('k') | blimp/client/app/android/tab_control_feature_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698