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

Unified Diff: extensions/shell/browser/shell_special_storage_policy.h

Issue 622343002: replace OVERRIDE and FINAL with override and final in extensions/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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: extensions/shell/browser/shell_special_storage_policy.h
diff --git a/extensions/shell/browser/shell_special_storage_policy.h b/extensions/shell/browser/shell_special_storage_policy.h
index 88a8ea19a81858cf4f379bd2f36b99cc68387aa9..36ef526e310e8880042f5fa6e947b59124117c9d 100644
--- a/extensions/shell/browser/shell_special_storage_policy.h
+++ b/extensions/shell/browser/shell_special_storage_policy.h
@@ -16,13 +16,13 @@ class ShellSpecialStoragePolicy : public storage::SpecialStoragePolicy {
ShellSpecialStoragePolicy();
// storage::SpecialStoragePolicy implementation.
- virtual bool IsStorageProtected(const GURL& origin) OVERRIDE;
- virtual bool IsStorageUnlimited(const GURL& origin) OVERRIDE;
- virtual bool IsStorageSessionOnly(const GURL& origin) OVERRIDE;
- virtual bool CanQueryDiskSize(const GURL& origin) OVERRIDE;
- virtual bool IsFileHandler(const std::string& extension_id) OVERRIDE;
- virtual bool HasIsolatedStorage(const GURL& origin) OVERRIDE;
- virtual bool HasSessionOnlyOrigins() OVERRIDE;
+ virtual bool IsStorageProtected(const GURL& origin) override;
+ virtual bool IsStorageUnlimited(const GURL& origin) override;
+ virtual bool IsStorageSessionOnly(const GURL& origin) override;
+ virtual bool CanQueryDiskSize(const GURL& origin) override;
+ virtual bool IsFileHandler(const std::string& extension_id) override;
+ virtual bool HasIsolatedStorage(const GURL& origin) override;
+ virtual bool HasSessionOnlyOrigins() override;
protected:
virtual ~ShellSpecialStoragePolicy();
« no previous file with comments | « extensions/shell/browser/shell_runtime_api_delegate.h ('k') | extensions/shell/common/shell_content_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698