| Index: components/search_engines/keyword_table.h
|
| diff --git a/components/search_engines/keyword_table.h b/components/search_engines/keyword_table.h
|
| index 2ac8695fca5750ea531e7f71224873defdad54f8..41a307dfe3ae9657558c3f5ed323c464dec7b3db 100644
|
| --- a/components/search_engines/keyword_table.h
|
| +++ b/components/search_engines/keyword_table.h
|
| @@ -131,6 +131,7 @@ class KeywordTable : public WebDatabaseTable {
|
| // Table migration functions.
|
| bool MigrateToVersion53AddNewTabURLColumn();
|
| bool MigrateToVersion59RemoveExtensionKeywords();
|
| + bool MigrateToVersion66AddEngineTypeColumn();
|
|
|
| private:
|
| friend class KeywordTableTest;
|
|
|