Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(31)

Unified Diff: components/autofill/core/browser/webdata/autofill_webdata_backend_impl.h

Issue 623133002: replace OVERRIDE and FINAL with override and final in components/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698