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

Unified Diff: content/shell/android/shell_manager.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: content/shell/android/shell_manager.cc
diff --git a/content/shell/android/shell_manager.cc b/content/shell/android/shell_manager.cc
index f7cfd63b49fa75f1e6f1165e3a502040e88b03bd..ea782c5dfa44fc3161ffd31948e9343e22532bd3 100644
--- a/content/shell/android/shell_manager.cc
+++ b/content/shell/android/shell_manager.cc
@@ -16,6 +16,7 @@
#include "jni/ShellManager_jni.h"
#include "url/gurl.h"
+using base::android::JavaParamRef;
using base::android::ScopedJavaLocalRef;
namespace {

Powered by Google App Engine
This is Rietveld 408576698