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

Unified Diff: storage/browser/quota/quota_manager.h

Issue 624063003: Replacing the OVERRIDE with override and FINAL with final in storage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed the error 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 | « storage/browser/fileapi/transient_file_util.h ('k') | storage/browser/quota/quota_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: storage/browser/quota/quota_manager.h
diff --git a/storage/browser/quota/quota_manager.h b/storage/browser/quota/quota_manager.h
index 98a9415d2fb95aa2500255bfc1665bca79a7d210..c713006bf884dc23a4b1ad6d5cf652a4e2332bb8 100644
--- a/storage/browser/quota/quota_manager.h
+++ b/storage/browser/quota/quota_manager.h
@@ -358,13 +358,13 @@ class STORAGE_EXPORT QuotaManager
// QuotaEvictionHandler.
virtual void GetLRUOrigin(
StorageType type,
- const GetLRUOriginCallback& callback) OVERRIDE;
+ const GetLRUOriginCallback& callback) override;
virtual void EvictOriginData(
const GURL& origin,
StorageType type,
- const EvictOriginDataCallback& callback) OVERRIDE;
+ const EvictOriginDataCallback& callback) override;
virtual void GetUsageAndQuotaForEviction(
- const UsageAndQuotaCallback& callback) OVERRIDE;
+ const UsageAndQuotaCallback& callback) override;
void DidSetTemporaryGlobalOverrideQuota(const QuotaCallback& callback,
const int64* new_quota,
« no previous file with comments | « storage/browser/fileapi/transient_file_util.h ('k') | storage/browser/quota/quota_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698