| Index: components/os_crypt/os_crypt.h
|
| diff --git a/components/encryptor/os_crypt.h b/components/os_crypt/os_crypt.h
|
| similarity index 93%
|
| rename from components/encryptor/os_crypt.h
|
| rename to components/os_crypt/os_crypt.h
|
| index ae899aaa843fd495b24df30f855016dd59030aac..a75ccf9a882b05c3dde9e7a161b19dab5dee7ff2 100644
|
| --- a/components/encryptor/os_crypt.h
|
| +++ b/components/os_crypt/os_crypt.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_OS_CRYPT_H_
|
| -#define COMPONENTS_ENCRYPTOR_OS_CRYPT_H_
|
| +#ifndef COMPONENTS_OS_CRYPT_OS_CRYPT_H_
|
| +#define COMPONENTS_OS_CRYPT_OS_CRYPT_H_
|
|
|
| #include <string>
|
|
|
| @@ -45,4 +45,4 @@ class OSCrypt {
|
| DISALLOW_IMPLICIT_CONSTRUCTORS(OSCrypt);
|
| };
|
|
|
| -#endif // COMPONENTS_ENCRYPTOR_OS_CRYPT_H_
|
| +#endif // COMPONENTS_OS_CRYPT_OS_CRYPT_H_
|
|
|