| Index: components/os_crypt/keychain_password_mac.mm
|
| diff --git a/components/encryptor/keychain_password_mac.mm b/components/os_crypt/keychain_password_mac.mm
|
| similarity index 98%
|
| rename from components/encryptor/keychain_password_mac.mm
|
| rename to components/os_crypt/keychain_password_mac.mm
|
| index 7a078bf0e914b9857b2344efb75f84b625c31538..d731cfff678e5709205d24fea89ed579e5378ff0 100644
|
| --- a/components/encryptor/keychain_password_mac.mm
|
| +++ b/components/os_crypt/keychain_password_mac.mm
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/encryptor/keychain_password_mac.h"
|
| +#include "components/os_crypt/keychain_password_mac.h"
|
|
|
| #import <Security/Security.h>
|
|
|
|
|