| Index: components/search_engines/keyword_table.h
|
| diff --git a/components/search_engines/keyword_table.h b/components/search_engines/keyword_table.h
|
| index 5ff36b46cff24c4ea0c3efba855a27ef4307ae1a..7c8bc2ae81c8044652d80ceb522086e858e67f2c 100644
|
| --- a/components/search_engines/keyword_table.h
|
| +++ b/components/search_engines/keyword_table.h
|
| @@ -97,11 +97,11 @@ class KeywordTable : public WebDatabaseTable {
|
| // Retrieves the KeywordTable* owned by |database|.
|
| static KeywordTable* FromWebDatabase(WebDatabase* db);
|
|
|
| - virtual WebDatabaseTable::TypeKey GetTypeKey() const OVERRIDE;
|
| - virtual bool CreateTablesIfNecessary() OVERRIDE;
|
| - virtual bool IsSyncable() OVERRIDE;
|
| + virtual WebDatabaseTable::TypeKey GetTypeKey() const override;
|
| + virtual bool CreateTablesIfNecessary() override;
|
| + virtual bool IsSyncable() override;
|
| virtual bool MigrateToVersion(int version,
|
| - bool* update_compatible_version) OVERRIDE;
|
| + bool* update_compatible_version) override;
|
|
|
| // Performs an arbitrary number of Add/Remove/Update operations as a single
|
| // transaction. This is provided for efficiency reasons: if the caller needs
|
|
|