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

Unified Diff: storage/browser/fileapi/quota/quota_backend_impl.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
Index: storage/browser/fileapi/quota/quota_backend_impl.h
diff --git a/storage/browser/fileapi/quota/quota_backend_impl.h b/storage/browser/fileapi/quota/quota_backend_impl.h
index ed151572cb798fda07700330e9976e7f6fe075be..c2d7190f5ada208d7f02f37576c34cddefd4de09 100644
--- a/storage/browser/fileapi/quota/quota_backend_impl.h
+++ b/storage/browser/fileapi/quota/quota_backend_impl.h
@@ -47,21 +47,21 @@ class STORAGE_EXPORT QuotaBackendImpl
const GURL& origin,
FileSystemType type,
int64 delta,
- const ReserveQuotaCallback& callback) OVERRIDE;
+ const ReserveQuotaCallback& callback) override;
virtual void ReleaseReservedQuota(
const GURL& origin,
FileSystemType type,
- int64 size) OVERRIDE;
+ int64 size) override;
virtual void CommitQuotaUsage(
const GURL& origin,
FileSystemType type,
- int64 delta) OVERRIDE;
+ int64 delta) override;
virtual void IncrementDirtyCount(
const GURL& origin,
- FileSystemType type) OVERRIDE;
+ FileSystemType type) override;
virtual void DecrementDirtyCount(
const GURL& origin,
- FileSystemType type) OVERRIDE;
+ FileSystemType type) override;
private:
friend class content::QuotaBackendImplTest;
« no previous file with comments | « storage/browser/fileapi/plugin_private_file_system_backend.h ('k') | storage/browser/fileapi/remove_operation_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698