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

Unified Diff: storage/browser/fileapi/sandbox_prioritized_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
« no previous file with comments | « storage/browser/fileapi/sandbox_origin_database.h ('k') | storage/browser/fileapi/sandbox_quota_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: storage/browser/fileapi/sandbox_prioritized_origin_database.h
diff --git a/storage/browser/fileapi/sandbox_prioritized_origin_database.h b/storage/browser/fileapi/sandbox_prioritized_origin_database.h
index bbe14202fb55b1f0df5d67ea5a21c838ac8a85a6..438b0b1414274974228a141a48d9b987d1871c21 100644
--- a/storage/browser/fileapi/sandbox_prioritized_origin_database.h
+++ b/storage/browser/fileapi/sandbox_prioritized_origin_database.h
@@ -36,12 +36,12 @@ class STORAGE_EXPORT_PRIVATE SandboxPrioritizedOriginDatabase
std::string GetPrimaryOrigin();
// 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;
const base::FilePath& primary_origin_file() const {
return primary_origin_file_;
« no previous file with comments | « storage/browser/fileapi/sandbox_origin_database.h ('k') | storage/browser/fileapi/sandbox_quota_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698