| Index: components/os_crypt/keychain_password_mac.h
|
| diff --git a/components/encryptor/keychain_password_mac.h b/components/os_crypt/keychain_password_mac.h
|
| similarity index 84%
|
| rename from components/encryptor/keychain_password_mac.h
|
| rename to components/os_crypt/keychain_password_mac.h
|
| index 7cb8faf9f5af748730524945c94eb2102491336e..f044f04e3e1f6018f4258047458373ee60415075 100644
|
| --- a/components/encryptor/keychain_password_mac.h
|
| +++ b/components/os_crypt/keychain_password_mac.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 COMPONENTS_ENCRYPTOR_KEYCHAIN_PASSWORD_MAC_H_
|
| -#define COMPONENTS_ENCRYPTOR_KEYCHAIN_PASSWORD_MAC_H_
|
| +#ifndef COMPONENTS_OS_CRYPT_KEYCHAIN_PASSWORD_MAC_H_
|
| +#define COMPONENTS_OS_CRYPT_KEYCHAIN_PASSWORD_MAC_H_
|
|
|
| #include <string>
|
|
|
| @@ -33,4 +33,4 @@ class KeychainPassword {
|
| DISALLOW_COPY_AND_ASSIGN(KeychainPassword);
|
| };
|
|
|
| -#endif // COMPONENTS_ENCRYPTOR_KEYCHAIN_PASSWORD_MAC_H_
|
| +#endif // COMPONENTS_OS_CRYPT_KEYCHAIN_PASSWORD_MAC_H_
|
|
|