Index: components/autofill/core/browser/webdata/autofill_webdata_backend_impl.h |
diff --git a/components/autofill/core/browser/webdata/autofill_webdata_backend_impl.h b/components/autofill/core/browser/webdata/autofill_webdata_backend_impl.h |
index 8cf3ead2c15908f9d66cd3e587267f2bb7f718cc..ef886e5998f423a56088a8493bb586a3dc0ea251 100644 |
--- a/components/autofill/core/browser/webdata/autofill_webdata_backend_impl.h |
+++ b/components/autofill/core/browser/webdata/autofill_webdata_backend_impl.h |
@@ -55,12 +55,12 @@ class AutofillWebDataBackendImpl |
// AutofillWebDataBackend implementation. |
virtual void AddObserver(AutofillWebDataServiceObserverOnDBThread* observer) |
- OVERRIDE; |
+ override; |
virtual void RemoveObserver( |
- AutofillWebDataServiceObserverOnDBThread* observer) OVERRIDE; |
- virtual WebDatabase* GetDatabase() OVERRIDE; |
- virtual void RemoveExpiredFormElements() OVERRIDE; |
- virtual void NotifyOfMultipleAutofillChanges() OVERRIDE; |
+ AutofillWebDataServiceObserverOnDBThread* observer) override; |
+ virtual WebDatabase* GetDatabase() override; |
+ virtual void RemoveExpiredFormElements() override; |
+ virtual void NotifyOfMultipleAutofillChanges() override; |
// Returns a SupportsUserData objects that may be used to store data |
// owned by the DB thread on this object. Should be called only from |