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

Unified Diff: storage/browser/fileapi/dragged_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
Index: storage/browser/fileapi/dragged_file_util.h
diff --git a/storage/browser/fileapi/dragged_file_util.h b/storage/browser/fileapi/dragged_file_util.h
index a29eafabe69cb150ee27aeda7f99d45fe68f9abe..efa14c4880e1508fe3e8c8de197ad323cb6fc2ff 100644
--- a/storage/browser/fileapi/dragged_file_util.h
+++ b/storage/browser/fileapi/dragged_file_util.h
@@ -20,15 +20,14 @@ class STORAGE_EXPORT_PRIVATE DraggedFileUtil
: public LocalFileUtil {
public:
DraggedFileUtil();
- virtual ~DraggedFileUtil() {}
+ ~DraggedFileUtil() override {}
// FileSystemFileUtil overrides.
- virtual base::File::Error GetFileInfo(
- FileSystemOperationContext* context,
- const FileSystemURL& url,
- base::File::Info* file_info,
- base::FilePath* platform_path) override;
- virtual scoped_ptr<AbstractFileEnumerator> CreateFileEnumerator(
+ base::File::Error GetFileInfo(FileSystemOperationContext* context,
+ const FileSystemURL& url,
+ base::File::Info* file_info,
+ base::FilePath* platform_path) override;
+ scoped_ptr<AbstractFileEnumerator> CreateFileEnumerator(
FileSystemOperationContext* context,
const FileSystemURL& root_url) override;
« no previous file with comments | « storage/browser/fileapi/copy_or_move_operation_delegate.cc ('k') | storage/browser/fileapi/dragged_file_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698