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

Unified Diff: storage/browser/fileapi/sandbox_file_system_backend_delegate.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_file_system_backend_delegate.h
diff --git a/storage/browser/fileapi/sandbox_file_system_backend_delegate.h b/storage/browser/fileapi/sandbox_file_system_backend_delegate.h
index dfb5678a3fa4d8613c205cba8e2c3ef462024b33..c22b8fd8d4a07e8ee3261d3625759427186b2919 100644
--- a/storage/browser/fileapi/sandbox_file_system_backend_delegate.h
+++ b/storage/browser/fileapi/sandbox_file_system_backend_delegate.h
@@ -131,22 +131,22 @@ class STORAGE_EXPORT SandboxFileSystemBackendDelegate
FileSystemContext* context,
storage::QuotaManagerProxy* proxy,
const GURL& origin_url,
- FileSystemType type) OVERRIDE;
+ FileSystemType type) override;
virtual void GetOriginsForTypeOnFileTaskRunner(
FileSystemType type,
- std::set<GURL>* origins) OVERRIDE;
+ std::set<GURL>* origins) override;
virtual void GetOriginsForHostOnFileTaskRunner(
FileSystemType type,
const std::string& host,
- std::set<GURL>* origins) OVERRIDE;
+ std::set<GURL>* origins) override;
virtual int64 GetOriginUsageOnFileTaskRunner(
FileSystemContext* context,
const GURL& origin_url,
- FileSystemType type) OVERRIDE;
+ FileSystemType type) override;
virtual scoped_refptr<QuotaReservation>
CreateQuotaReservationOnFileTaskRunner(
const GURL& origin_url,
- FileSystemType type) OVERRIDE;
+ FileSystemType type) override;
// Adds an observer for the secified |type| of a file system, bound to
// |task_runner|.
« no previous file with comments | « storage/browser/fileapi/sandbox_file_system_backend.h ('k') | storage/browser/fileapi/sandbox_file_system_backend_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698