| Index: chromeos/tpm_password_fetcher.h
|
| diff --git a/chromeos/tpm_password_fetcher.h b/chromeos/tpm_password_fetcher.h
|
| index f92454c73bb726fd9bed8bbe39ddb6a6e1b914ed..71a4fc2d3af9cf68ecb1c3b96e79eee502e3e9fa 100644
|
| --- a/chromeos/tpm_password_fetcher.h
|
| +++ b/chromeos/tpm_password_fetcher.h
|
| @@ -45,9 +45,10 @@ class CHROMEOS_EXPORT TpmPasswordFetcher {
|
| // Posts a task to call Fetch() later.
|
| void RescheduleFetch();
|
|
|
| - base::WeakPtrFactory<TpmPasswordFetcher> weak_factory_;
|
| TpmPasswordFetcherDelegate* delegate_;
|
|
|
| + base::WeakPtrFactory<TpmPasswordFetcher> weak_factory_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(TpmPasswordFetcher);
|
| };
|
|
|
|
|