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

Unified Diff: chrome/browser/android/blimp/blimp_client_context_factory_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
Index: chrome/browser/android/blimp/blimp_client_context_factory_android.cc
diff --git a/chrome/browser/android/blimp/blimp_client_context_factory_android.cc b/chrome/browser/android/blimp/blimp_client_context_factory_android.cc
index 3a4e3ef9a6a90e3afc37c701479b3ced744c4e15..a98137c265c01dccb63c017e29c1d8485a3ed104 100644
--- a/chrome/browser/android/blimp/blimp_client_context_factory_android.cc
+++ b/chrome/browser/android/blimp/blimp_client_context_factory_android.cc
@@ -12,6 +12,8 @@
#include "chrome/browser/profiles/profile_android.h"
#include "jni/BlimpClientContextFactory_jni.h"
+using base::android::JavaParamRef;
+
namespace content {
class BrowserContext;
}
« no previous file with comments | « chrome/browser/android/banners/app_banner_manager_android.cc ('k') | chrome/browser/android/bookmarks/bookmark_bridge.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698