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

Unified Diff: storage/browser/fileapi/dragged_file_util.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/dragged_file_util.h
diff --git a/storage/browser/fileapi/dragged_file_util.h b/storage/browser/fileapi/dragged_file_util.h
index 205e8ef8e7fbace4da3e19d8dcf582cb410f07c0..a29eafabe69cb150ee27aeda7f99d45fe68f9abe 100644
--- a/storage/browser/fileapi/dragged_file_util.h
+++ b/storage/browser/fileapi/dragged_file_util.h
@@ -27,10 +27,10 @@ class STORAGE_EXPORT_PRIVATE DraggedFileUtil
FileSystemOperationContext* context,
const FileSystemURL& url,
base::File::Info* file_info,
- base::FilePath* platform_path) OVERRIDE;
+ base::FilePath* platform_path) override;
virtual scoped_ptr<AbstractFileEnumerator> CreateFileEnumerator(
FileSystemOperationContext* context,
- const FileSystemURL& root_url) OVERRIDE;
+ const FileSystemURL& root_url) override;
private:
DISALLOW_COPY_AND_ASSIGN(DraggedFileUtil);
« 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