| Index: chromeos/tpm/tpm_password_fetcher.h
|
| diff --git a/chromeos/tpm_password_fetcher.h b/chromeos/tpm/tpm_password_fetcher.h
|
| similarity index 91%
|
| rename from chromeos/tpm_password_fetcher.h
|
| rename to chromeos/tpm/tpm_password_fetcher.h
|
| index 71a4fc2d3af9cf68ecb1c3b96e79eee502e3e9fa..f9ceb5d79e988fa2c315110e129d70df6f0af301 100644
|
| --- a/chromeos/tpm_password_fetcher.h
|
| +++ b/chromeos/tpm/tpm_password_fetcher.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROMEOS_TPM_PASSWORD_FETCHER_H_
|
| -#define CHROMEOS_TPM_PASSWORD_FETCHER_H_
|
| +#ifndef CHROMEOS_TPM_TPM_PASSWORD_FETCHER_H_
|
| +#define CHROMEOS_TPM_TPM_PASSWORD_FETCHER_H_
|
|
|
| #include <string>
|
|
|
| @@ -54,4 +54,4 @@ class CHROMEOS_EXPORT TpmPasswordFetcher {
|
|
|
| } // namespace chromeos
|
|
|
| -#endif // CHROMEOS_TPM_PASSWORD_FETCHER_H_
|
| +#endif // CHROMEOS_TPM_TPM_PASSWORD_FETCHER_H_
|
|
|