| Index: chrome/browser/webdata/keyword_table.h
|
| diff --git a/chrome/browser/webdata/keyword_table.h b/chrome/browser/webdata/keyword_table.h
|
| index 32a5c940b25694bc74ee16a1993f31bd9aa779e9..4e3eb9c731d6776a9a0d2d40d9c89961a759784b 100644
|
| --- a/chrome/browser/webdata/keyword_table.h
|
| +++ b/chrome/browser/webdata/keyword_table.h
|
| @@ -75,6 +75,9 @@ class KeywordTable : public WebDatabaseTable {
|
| virtual ~KeywordTable();
|
| virtual bool Init() OVERRIDE;
|
| virtual bool IsSyncable() OVERRIDE;
|
| + virtual bool MigrateToVersion(int version,
|
| + const std::string& app_locale,
|
| + bool* update_compatible_version) OVERRIDE;
|
|
|
| // Adds a new keyword, updating the id field on success.
|
| // Returns true if successful.
|
|
|