| Index: components/os_crypt/ie7_password_win.h
|
| diff --git a/components/encryptor/ie7_password_win.h b/components/os_crypt/ie7_password_win.h
|
| similarity index 91%
|
| rename from components/encryptor/ie7_password_win.h
|
| rename to components/os_crypt/ie7_password_win.h
|
| index 9c0b5d632eebf59402610e216b97cec82a1e0ab9..459fd92ea1efc2a5d5b3ebdbbbce101e4b9ecea5 100644
|
| --- a/components/encryptor/ie7_password_win.h
|
| +++ b/components/os_crypt/ie7_password_win.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_IE7_PASSWORD_WIN_H_
|
| -#define COMPONENTS_ENCRYPTOR_IE7_PASSWORD_WIN_H_
|
| +#ifndef COMPONENTS_OS_CRYPT_IE7_PASSWORD_WIN_H_
|
| +#define COMPONENTS_OS_CRYPT_IE7_PASSWORD_WIN_H_
|
|
|
| #include <windows.h>
|
| #include <string>
|
| @@ -51,4 +51,4 @@ std::wstring GetUrlHash(const std::wstring& url);
|
|
|
| } // namespace ie7_password
|
|
|
| -#endif // COMPONENTS_ENCRYPTOR_IE7_PASSWORD_WIN_H_
|
| +#endif // COMPONENTS_OS_CRYPT_IE7_PASSWORD_WIN_H_
|
|
|