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

Unified Diff: chrome/browser/browsing_data/mock_browsing_data_quota_helper.h

Issue 625113002: replace OVERRIDE and FINAL with override and final in chrome/browser/[a-i]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix newly added OVERRIDEs 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: chrome/browser/browsing_data/mock_browsing_data_quota_helper.h
diff --git a/chrome/browser/browsing_data/mock_browsing_data_quota_helper.h b/chrome/browser/browsing_data/mock_browsing_data_quota_helper.h
index e569d4532a89d1bceb19df91b04fb85375b1a360..405e897d121b297541d59b665520673b003deadb 100644
--- a/chrome/browser/browsing_data/mock_browsing_data_quota_helper.h
+++ b/chrome/browser/browsing_data/mock_browsing_data_quota_helper.h
@@ -15,8 +15,8 @@ class MockBrowsingDataQuotaHelper : public BrowsingDataQuotaHelper {
public:
explicit MockBrowsingDataQuotaHelper(Profile* profile);
- virtual void StartFetching(const FetchResultCallback& callback) OVERRIDE;
- virtual void RevokeHostQuota(const std::string& host) OVERRIDE;
+ virtual void StartFetching(const FetchResultCallback& callback) override;
+ virtual void RevokeHostQuota(const std::string& host) override;
void AddHost(const std::string& host,
int64 temporary_usage,

Powered by Google App Engine
This is Rietveld 408576698