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

Unified Diff: blimp/client/app/android/tab_control_feature_android.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/blimp_view.cc ('k') | blimp/client/app/android/toolbar.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/app/android/tab_control_feature_android.cc
diff --git a/blimp/client/app/android/tab_control_feature_android.cc b/blimp/client/app/android/tab_control_feature_android.cc
index 7994ed9642b0a00da7dbfa91e12f889730dba386..c19c25f1c2c48487a392d2a461b41f3b87da77ba 100644
--- a/blimp/client/app/android/tab_control_feature_android.cc
+++ b/blimp/client/app/android/tab_control_feature_android.cc
@@ -9,6 +9,8 @@
#include "jni/TabControlFeature_jni.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_view.cc ('k') | blimp/client/app/android/toolbar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698