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); |