| Index: chrome/browser/ui/android/chrome_http_auth_handler.cc
|
| diff --git a/chrome/browser/ui/android/chrome_http_auth_handler.cc b/chrome/browser/ui/android/chrome_http_auth_handler.cc
|
| index 597d8bf42fc488f0c31a4cb245f2ee902083d63c..300a6ea1683a253582ba6799128f9ea16e31a125 100644
|
| --- a/chrome/browser/ui/android/chrome_http_auth_handler.cc
|
| +++ b/chrome/browser/ui/android/chrome_http_auth_handler.cc
|
| @@ -32,7 +32,7 @@ void ChromeHttpAuthHandler::Init() {
|
| DCHECK(java_chrome_http_auth_handler_.is_null());
|
| JNIEnv* env = AttachCurrentThread();
|
| java_chrome_http_auth_handler_.Reset(
|
| - Java_ChromeHttpAuthHandler_create(env, reinterpret_cast<jint>(this)));
|
| + Java_ChromeHttpAuthHandler_create(env, reinterpret_cast<intptr_t>(this)));
|
| }
|
|
|
| void ChromeHttpAuthHandler::SetObserver(LoginHandler* observer) {
|
|
|