| Index: chrome/browser/webdata/logins_table.h | 
| diff --git a/chrome/browser/webdata/logins_table.h b/chrome/browser/webdata/logins_table.h | 
| index 2ea63ed939b2846eb0e77608bf0882684b0d1e9a..eece3267c5064223ac59c95ab981d5f59b7b2190 100644 | 
| --- a/chrome/browser/webdata/logins_table.h | 
| +++ b/chrome/browser/webdata/logins_table.h | 
| @@ -25,6 +25,9 @@ class LoginsTable : public WebDatabaseTable { | 
| virtual ~LoginsTable() {} | 
| virtual bool Init() OVERRIDE; | 
| virtual bool IsSyncable() OVERRIDE; | 
| +  virtual bool MigrateToVersion(int version, | 
| +                                const std::string& app_locale, | 
| +                                bool* update_compatible_version) OVERRIDE; | 
|  | 
| #if defined(OS_WIN) | 
| // Adds |info| to the list of imported passwords from ie7/ie8. | 
|  |