| Index: chromeos/network/cert_loader.cc
|
| diff --git a/chromeos/network/cert_loader.cc b/chromeos/network/cert_loader.cc
|
| index 4a31586bac78ae239492f0cc5dab1966d95ef51a..f75f8bb959b6f2863e1254336eb9d77bb1ee5bde 100644
|
| --- a/chromeos/network/cert_loader.cc
|
| +++ b/chromeos/network/cert_loader.cc
|
| @@ -150,7 +150,7 @@ void CertLoader::InitializeTokenAndLoadCertificates() {
|
|
|
| void CertLoader::RetryTokenInitializationLater() {
|
| LOG(WARNING) << "Re-Requesting Certificates later.";
|
| - MessageLoop::current()->PostDelayedTask(
|
| + base::MessageLoop::current()->PostDelayedTask(
|
| FROM_HERE,
|
| base::Bind(&CertLoader::InitializeTokenAndLoadCertificates,
|
| initialize_token_factory_.GetWeakPtr()),
|
|
|