| Index: components/webdata/encryptor/ie7_password.h | 
| diff --git a/chrome/browser/password_manager/ie7_password.h b/components/webdata/encryptor/ie7_password.h | 
| similarity index 88% | 
| rename from chrome/browser/password_manager/ie7_password.h | 
| rename to components/webdata/encryptor/ie7_password.h | 
| index 91c81abef4a7657fad7adc2c78a4afaf7903de99..812dae3435386a8608f5f95b5da01d2fb327969f 100644 | 
| --- a/chrome/browser/password_manager/ie7_password.h | 
| +++ b/components/webdata/encryptor/ie7_password.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 CHROME_BROWSER_PASSWORD_MANAGER_IE7_PASSWORD_H_ | 
| -#define CHROME_BROWSER_PASSWORD_MANAGER_IE7_PASSWORD_H_ | 
| +#ifndef COMPONENTS_WEBDATA_ENCRYPTOR_IE7_PASSWORD_H_ | 
| +#define COMPONENTS_WEBDATA_ENCRYPTOR_IE7_PASSWORD_H_ | 
|  | 
| #include <windows.h> | 
| #include <string> | 
| @@ -43,4 +43,4 @@ std::wstring GetUrlHash(const std::wstring& url); | 
|  | 
| }  // namespace ie7_password | 
|  | 
| -#endif  // CHROME_BROWSER_PASSWORD_MANAGER_IE7_PASSWORD_H_ | 
| +#endif  // COMPONENTS_WEBDATA_ENCRYPTOR_IE7_PASSWORD_H_ | 
|  |