| Index: chromeos/tpm_password_fetcher.cc
|
| diff --git a/chromeos/tpm_password_fetcher.cc b/chromeos/tpm_password_fetcher.cc
|
| index e8da91d51c606b6f906b22f16a3b26c42289bdc5..02c4abc084f32a73e2a359405972e6fcb088b9aa 100644
|
| --- a/chromeos/tpm_password_fetcher.cc
|
| +++ b/chromeos/tpm_password_fetcher.cc
|
| @@ -20,7 +20,7 @@ const int kTpmCheckIntervalMs = 500;
|
| } // namespace
|
|
|
| TpmPasswordFetcher::TpmPasswordFetcher(TpmPasswordFetcherDelegate* delegate)
|
| - : weak_factory_(this), delegate_(delegate) {
|
| + : delegate_(delegate), weak_factory_(this) {
|
| DCHECK(delegate_);
|
| }
|
|
|
|
|