| Index: components/encryptor/ie7_password_win.h
|
| diff --git a/components/webdata/encryptor/ie7_password_win.h b/components/encryptor/ie7_password_win.h
|
| similarity index 90%
|
| rename from components/webdata/encryptor/ie7_password_win.h
|
| rename to components/encryptor/ie7_password_win.h
|
| index 78f91c44d8db35381c16c3c17b108da5f754bbb4..6e9d2004c080754b5d7a76376ffb0347869edf9b 100644
|
| --- a/components/webdata/encryptor/ie7_password_win.h
|
| +++ b/components/encryptor/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_WEBDATA_ENCRYPTOR_IE7_PASSWORD_H_
|
| -#define COMPONENTS_WEBDATA_ENCRYPTOR_IE7_PASSWORD_H_
|
| +#ifndef COMPONENTS_ENCRYPTOR_IE7_PASSWORD_WIN_H_
|
| +#define COMPONENTS_ENCRYPTOR_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_WEBDATA_ENCRYPTOR_IE7_PASSWORD_H_
|
| +#endif // COMPONENTS_ENCRYPTOR_IE7_PASSWORD_WIN_H_
|
|
|