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

Unified Diff: storage/browser/fileapi/file_system_operation_context.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
Index: storage/browser/fileapi/file_system_operation_context.h
diff --git a/storage/browser/fileapi/file_system_operation_context.h b/storage/browser/fileapi/file_system_operation_context.h
index ceecec1f4f7b1a58ffe7da5d76bffbd743f28c62..96563ad85fee9cc0260efb27f1753254ec9835dd 100644
--- a/storage/browser/fileapi/file_system_operation_context.h
+++ b/storage/browser/fileapi/file_system_operation_context.h
@@ -36,7 +36,7 @@ class STORAGE_EXPORT_PRIVATE FileSystemOperationContext
FileSystemOperationContext(FileSystemContext* context,
base::SequencedTaskRunner* task_runner);
- virtual ~FileSystemOperationContext();
+ ~FileSystemOperationContext() override;
FileSystemContext* file_system_context() const {
return file_system_context_.get();
« no previous file with comments | « storage/browser/fileapi/file_system_file_util.h ('k') | storage/browser/fileapi/file_system_operation_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698