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

Unified Diff: chrome/browser/ui/android/snackbars/auto_signin_prompt_controller.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/snackbars/auto_signin_prompt_controller.cc
diff --git a/chrome/browser/ui/android/snackbars/auto_signin_prompt_controller.cc b/chrome/browser/ui/android/snackbars/auto_signin_prompt_controller.cc
index 85cf421e4a210995818bb4b4f04f07c4a45796b5..432d0172bc7e387227a3e9fcccd451b50ff81107 100644
--- a/chrome/browser/ui/android/snackbars/auto_signin_prompt_controller.cc
+++ b/chrome/browser/ui/android/snackbars/auto_signin_prompt_controller.cc
@@ -14,6 +14,8 @@
#include "jni/AutoSigninSnackbarController_jni.h"
#include "ui/base/l10n/l10n_util.h"
+using base::android::ScopedJavaLocalRef;
+
void ShowAutoSigninPrompt(content::WebContents* web_contents,
const base::string16& username) {
base::string16 message = l10n_util::GetStringFUTF16(
« no previous file with comments | « chrome/browser/ui/android/omnibox/omnibox_view_util.cc ('k') | chrome/browser/ui/android/ssl_client_certificate_request.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698