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

Unified Diff: Source/web/StorageClientImpl.h

Issue 1230533002: Fix virtual/override/final usage in Source/web/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 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 | « Source/web/SpellCheckerClientImpl.h ('k') | Source/web/StorageQuotaClientImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/StorageClientImpl.h
diff --git a/Source/web/StorageClientImpl.h b/Source/web/StorageClientImpl.h
index e3a8947216e845d2fe14b69d0f157e1c3db4af67..019b1d37c64101ccc43d38ccf0a2235469665a45 100644
--- a/Source/web/StorageClientImpl.h
+++ b/Source/web/StorageClientImpl.h
@@ -15,8 +15,8 @@ class StorageClientImpl : public StorageClient {
public:
explicit StorageClientImpl(WebViewImpl*);
- virtual PassOwnPtr<StorageNamespace> createSessionStorageNamespace() override;
- virtual bool canAccessStorage(LocalFrame*, StorageType) const override;
+ PassOwnPtr<StorageNamespace> createSessionStorageNamespace() override;
+ bool canAccessStorage(LocalFrame*, StorageType) const override;
private:
WebViewImpl* m_webView;
« no previous file with comments | « Source/web/SpellCheckerClientImpl.h ('k') | Source/web/StorageQuotaClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698