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

Unified Diff: storage/browser/fileapi/sandbox_isolated_origin_database.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/sandbox_isolated_origin_database.h
diff --git a/storage/browser/fileapi/sandbox_isolated_origin_database.h b/storage/browser/fileapi/sandbox_isolated_origin_database.h
index f3ee49ce5bcec65b94a87558fd3db1ea6f67390e..4fb9f77921febe6367dc38d83ff8285f48079fda 100644
--- a/storage/browser/fileapi/sandbox_isolated_origin_database.h
+++ b/storage/browser/fileapi/sandbox_isolated_origin_database.h
@@ -30,12 +30,12 @@ class STORAGE_EXPORT_PRIVATE SandboxIsolatedOriginDatabase
virtual ~SandboxIsolatedOriginDatabase();
// SandboxOriginDatabaseInterface overrides.
- virtual bool HasOriginPath(const std::string& origin) OVERRIDE;
+ virtual bool HasOriginPath(const std::string& origin) override;
virtual bool GetPathForOrigin(const std::string& origin,
- base::FilePath* directory) OVERRIDE;
- virtual bool RemovePathForOrigin(const std::string& origin) OVERRIDE;
- virtual bool ListAllOrigins(std::vector<OriginRecord>* origins) OVERRIDE;
- virtual void DropDatabase() OVERRIDE;
+ base::FilePath* directory) override;
+ virtual bool RemovePathForOrigin(const std::string& origin) override;
+ virtual bool ListAllOrigins(std::vector<OriginRecord>* origins) override;
+ virtual void DropDatabase() override;
// TODO(kinuko): Deprecate this after a few release cycles, e.g. around M33.
static void MigrateBackFromObsoleteOriginDatabase(
« no previous file with comments | « storage/browser/fileapi/sandbox_file_system_backend_delegate.cc ('k') | storage/browser/fileapi/sandbox_origin_database.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698