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

Unified Diff: storage/browser/fileapi/sandbox_quota_observer.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/sandbox_quota_observer.h
diff --git a/storage/browser/fileapi/sandbox_quota_observer.h b/storage/browser/fileapi/sandbox_quota_observer.h
index 4ae2cf9838a5aa1e71c89ef4831ea241e4dc6191..3c3d6194ac491e17c94cd043173a80166c0e7591 100644
--- a/storage/browser/fileapi/sandbox_quota_observer.h
+++ b/storage/browser/fileapi/sandbox_quota_observer.h
@@ -44,12 +44,12 @@ class SandboxQuotaObserver
virtual ~SandboxQuotaObserver();
// FileUpdateObserver overrides.
- virtual void OnStartUpdate(const FileSystemURL& url) OVERRIDE;
- virtual void OnUpdate(const FileSystemURL& url, int64 delta) OVERRIDE;
- virtual void OnEndUpdate(const FileSystemURL& url) OVERRIDE;
+ virtual void OnStartUpdate(const FileSystemURL& url) override;
+ virtual void OnUpdate(const FileSystemURL& url, int64 delta) override;
+ virtual void OnEndUpdate(const FileSystemURL& url) override;
// FileAccessObserver overrides.
- virtual void OnAccess(const FileSystemURL& url) OVERRIDE;
+ virtual void OnAccess(const FileSystemURL& url) override;
void SetUsageCacheEnabled(const GURL& origin,
FileSystemType type,
« no previous file with comments | « storage/browser/fileapi/sandbox_prioritized_origin_database.h ('k') | storage/browser/fileapi/transient_file_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698