Index: components/autofill/core/browser/webdata/autofill_table.h |
diff --git a/components/autofill/core/browser/webdata/autofill_table.h b/components/autofill/core/browser/webdata/autofill_table.h |
index 660219d7dab0166c4571cb7b79349f16442a739c..abc64000420186be4bd613dbbfdd7e571a05e901 100644 |
--- a/components/autofill/core/browser/webdata/autofill_table.h |
+++ b/components/autofill/core/browser/webdata/autofill_table.h |
@@ -133,11 +133,11 @@ class AutofillTable : public WebDatabaseTable { |
// Retrieves the AutofillTable* owned by |database|. |
static AutofillTable* 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; |
// Records the form elements in |elements| in the database in the |
// autofill table. A list of all added and updated autofill entries |