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

Unified Diff: components/autofill/core/browser/personal_data_manager.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
« no previous file with comments | « components/autofill/core/browser/name_field.cc ('k') | components/autofill/core/browser/phone_field.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/core/browser/personal_data_manager.h
diff --git a/components/autofill/core/browser/personal_data_manager.h b/components/autofill/core/browser/personal_data_manager.h
index a539c5f8f2cf553bbb85aed49314fe0c4a8f1f00..eeb9831d40653d07d68ddaa000da6942510dbdff 100644
--- a/components/autofill/core/browser/personal_data_manager.h
+++ b/components/autofill/core/browser/personal_data_manager.h
@@ -66,10 +66,10 @@ class PersonalDataManager : public KeyedService,
// WebDataServiceConsumer:
virtual void OnWebDataServiceRequestDone(
WebDataServiceBase::Handle h,
- const WDTypedResult* result) OVERRIDE;
+ const WDTypedResult* result) override;
// AutofillWebDataServiceObserverOnUIThread:
- virtual void AutofillMultipleChanged() OVERRIDE;
+ virtual void AutofillMultipleChanged() override;
// Adds a listener to be notified of PersonalDataManager events.
virtual void AddObserver(PersonalDataManagerObserver* observer);
« no previous file with comments | « components/autofill/core/browser/name_field.cc ('k') | components/autofill/core/browser/phone_field.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698