diff options
Diffstat (limited to 'chromeos/attestation/attestation_flow.cc')
-rw-r--r-- | chromeos/attestation/attestation_flow.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chromeos/attestation/attestation_flow.cc b/chromeos/attestation/attestation_flow.cc index f36403a..97842a3 100644 --- a/chromeos/attestation/attestation_flow.cc +++ b/chromeos/attestation/attestation_flow.cc @@ -45,7 +45,7 @@ const char AttestationFlow::kEnterpriseMachineKey[] = "attest-ent-machine"; AttestationFlow::AttestationFlow(cryptohome::AsyncMethodCaller* async_caller, CryptohomeClient* cryptohome_client, scoped_ptr<ServerProxy> server_proxy) - : ALLOW_THIS_IN_INITIALIZER_LIST(weak_factory_(this)), + : weak_factory_(this), async_caller_(async_caller), cryptohome_client_(cryptohome_client), server_proxy_(server_proxy.Pass()) { |