| Index: chrome/service/gaia/service_gaia_authenticator.cc
|
| diff --git a/chrome/service/gaia/service_gaia_authenticator.cc b/chrome/service/gaia/service_gaia_authenticator.cc
|
| index c2417a231f888e4c81366051cb506f86ebd391b3..e46cbc70042c0802ef18696fbb24dd9f2816a6a4 100644
|
| --- a/chrome/service/gaia/service_gaia_authenticator.cc
|
| +++ b/chrome/service/gaia/service_gaia_authenticator.cc
|
| @@ -41,7 +41,7 @@ bool ServiceGaiaAuthenticator::Post(const GURL& url,
|
| unsigned long* response_code,
|
| std::string* response_body) {
|
| DCHECK(url.SchemeIsSecure());
|
| - DCHECK(io_message_loop_proxy_);
|
| + DCHECK(io_message_loop_proxy_.get());
|
| io_message_loop_proxy_->PostTask(
|
| FROM_HERE,
|
| base::Bind(&ServiceGaiaAuthenticator::DoPost, this, url, post_body));
|
|
|