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

Unified Diff: content/public/test/mock_special_storage_policy.h

Issue 629203002: Replace OVERRIDE and FINAL with override and final in content/public/[a-s]* (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
« no previous file with comments | « content/public/test/mock_resource_context.h ('k') | content/public/test/mock_storage_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/mock_special_storage_policy.h
diff --git a/content/public/test/mock_special_storage_policy.h b/content/public/test/mock_special_storage_policy.h
index ceaf9b1b074608ab74e682af41cf1e65db317dff..271f6468ca71aa93f90808515a3d03373828b7fe 100644
--- a/content/public/test/mock_special_storage_policy.h
+++ b/content/public/test/mock_special_storage_policy.h
@@ -19,13 +19,13 @@ class MockSpecialStoragePolicy : public storage::SpecialStoragePolicy {
public:
MockSpecialStoragePolicy();
- 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;
void AddProtected(const GURL& origin) {
protected_.insert(origin);
« no previous file with comments | « content/public/test/mock_resource_context.h ('k') | content/public/test/mock_storage_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698