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

Unified Diff: storage/browser/fileapi/transient_file_util.h

Issue 669603008: Standardize usage of virtual/override/final in storage/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/sandbox_quota_observer.h ('k') | storage/browser/quota/quota_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: storage/browser/fileapi/transient_file_util.h
diff --git a/storage/browser/fileapi/transient_file_util.h b/storage/browser/fileapi/transient_file_util.h
index 054f8b0abed38cd7e4f5d19fa9fe42355ac24f29..b14969b0f44d0ed9580ea0b9d9e5c7afa4d2c3b0 100644
--- a/storage/browser/fileapi/transient_file_util.h
+++ b/storage/browser/fileapi/transient_file_util.h
@@ -17,10 +17,10 @@ class STORAGE_EXPORT_PRIVATE TransientFileUtil
: public LocalFileUtil {
public:
TransientFileUtil() {}
- virtual ~TransientFileUtil() {}
+ ~TransientFileUtil() override {}
// LocalFileUtil overrides.
- virtual storage::ScopedFile CreateSnapshotFile(
+ storage::ScopedFile CreateSnapshotFile(
FileSystemOperationContext* context,
const FileSystemURL& url,
base::File::Error* error,
« no previous file with comments | « storage/browser/fileapi/sandbox_quota_observer.h ('k') | storage/browser/quota/quota_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698