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

Unified Diff: storage/browser/fileapi/native_file_util.cc

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
« no previous file with comments | « storage/browser/fileapi/local_file_util.cc ('k') | storage/browser/fileapi/obfuscated_file_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: storage/browser/fileapi/native_file_util.cc
diff --git a/storage/browser/fileapi/native_file_util.cc b/storage/browser/fileapi/native_file_util.cc
index b44179c831decb3eac476c3aac167a79e754e664..b1ffd3d29153fcec7d51c67560909bb38eada8a1 100644
--- a/storage/browser/fileapi/native_file_util.cc
+++ b/storage/browser/fileapi/native_file_util.cc
@@ -83,10 +83,10 @@ class NativeFileEnumerator : public FileSystemFileUtil::AbstractFileEnumerator {
virtual ~NativeFileEnumerator() {}
- virtual base::FilePath Next() OVERRIDE;
- virtual int64 Size() OVERRIDE;
- virtual base::Time LastModifiedTime() OVERRIDE;
- virtual bool IsDirectory() OVERRIDE;
+ virtual base::FilePath Next() override;
+ virtual int64 Size() override;
+ virtual base::Time LastModifiedTime() override;
+ virtual bool IsDirectory() override;
private:
base::FileEnumerator file_enum_;
« no previous file with comments | « storage/browser/fileapi/local_file_util.cc ('k') | storage/browser/fileapi/obfuscated_file_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698