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

Unified Diff: components/webdata/common/web_data_service_test_util.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/webdata/common/web_data_results.h ('k') | components/webdata/common/web_database_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/webdata/common/web_data_service_test_util.h
diff --git a/components/webdata/common/web_data_service_test_util.h b/components/webdata/common/web_data_service_test_util.h
index 68e6f4e39172a2ead120b1018bb3876440464e7a..8ac2eaac9dcb423ac7712ffa596f2b280e60abf0 100644
--- a/components/webdata/common/web_data_service_test_util.h
+++ b/components/webdata/common/web_data_service_test_util.h
@@ -17,7 +17,7 @@ class MockWebDataServiceWrapperBase : public WebDataServiceWrapper {
MockWebDataServiceWrapperBase();
virtual ~MockWebDataServiceWrapperBase();
- virtual void Shutdown() OVERRIDE;
+ virtual void Shutdown() override;
private:
DISALLOW_COPY_AND_ASSIGN(MockWebDataServiceWrapperBase);
@@ -34,9 +34,9 @@ class MockWebDataServiceWrapper : public MockWebDataServiceWrapperBase {
virtual ~MockWebDataServiceWrapper();
virtual scoped_refptr<autofill::AutofillWebDataService>
- GetAutofillWebData() OVERRIDE;
+ GetAutofillWebData() override;
- virtual scoped_refptr<TokenWebData> GetTokenWebData() OVERRIDE;
+ virtual scoped_refptr<TokenWebData> GetTokenWebData() override;
protected:
scoped_refptr<autofill::AutofillWebDataService> fake_autofill_web_data_;
« no previous file with comments | « components/webdata/common/web_data_results.h ('k') | components/webdata/common/web_database_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698