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

Unified Diff: blimp/client/core/contents/android/blimp_contents_factory.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/core/contents/android/blimp_contents_factory.cc
diff --git a/blimp/client/core/contents/android/blimp_contents_factory.cc b/blimp/client/core/contents/android/blimp_contents_factory.cc
index ca64ff62de98b6c368454cee23820e6f1b685a5e..92a2ec9250899205c3c520de2336eefc7c27a794 100644
--- a/blimp/client/core/contents/android/blimp_contents_factory.cc
+++ b/blimp/client/core/contents/android/blimp_contents_factory.cc
@@ -10,6 +10,8 @@
#include "blimp/client/core/contents/blimp_contents_impl.h"
#include "jni/BlimpContentsFactory_jni.h"
+using base::android::JavaParamRef;
+
namespace blimp {
namespace client {

Powered by Google App Engine
This is Rietveld 408576698