| Index: chrome/browser/ui/login/login_prompt.cc
|
| diff --git a/chrome/browser/ui/login/login_prompt.cc b/chrome/browser/ui/login/login_prompt.cc
|
| index ab62c90b823737149c8ea907636168d60f6e8ee5..08fc2df4cedafbfa6647691d7e5ae816b95584f1 100644
|
| --- a/chrome/browser/ui/login/login_prompt.cc
|
| +++ b/chrome/browser/ui/login/login_prompt.cc
|
| @@ -87,7 +87,7 @@ LoginHandler::LoginHandler(net::AuthChallengeInfo* auth_info,
|
| // here. BuildViewForPasswordManager() will be invoked on the UI thread
|
| // later, so wait with loading the nib until then.
|
| DCHECK(request_) << "LoginHandler constructed with NULL request";
|
| - DCHECK(auth_info_) << "LoginHandler constructed with NULL auth info";
|
| + DCHECK(auth_info_.get()) << "LoginHandler constructed with NULL auth info";
|
|
|
| AddRef(); // matched by LoginHandler::ReleaseSoon().
|
|
|
|
|