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

Unified Diff: chrome/browser/ui/android/infobars/update_password_infobar.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/ui/android/infobars/update_password_infobar.cc
diff --git a/chrome/browser/ui/android/infobars/update_password_infobar.cc b/chrome/browser/ui/android/infobars/update_password_infobar.cc
index 771119c3ca821fc2920e6e302e686d0d39f7a96e..cc3185e01a8b958bbe0245cd4978297038ca8232 100644
--- a/chrome/browser/ui/android/infobars/update_password_infobar.cc
+++ b/chrome/browser/ui/android/infobars/update_password_infobar.cc
@@ -13,6 +13,8 @@
#include "components/password_manager/core/common/credential_manager_types.h"
#include "jni/UpdatePasswordInfoBar_jni.h"
+using base::android::JavaParamRef;
+
UpdatePasswordInfoBar::UpdatePasswordInfoBar(
std::unique_ptr<UpdatePasswordInfoBarDelegate> delegate)
: ConfirmInfoBar(std::move(delegate)) {}

Powered by Google App Engine
This is Rietveld 408576698