Chromium Code Reviews| Index: content/browser/appcache/appcache_storage.h |
| diff --git a/content/browser/appcache/appcache_storage.h b/content/browser/appcache/appcache_storage.h |
| index d10a8931f8e2e1ad0c08a720e3680f4a886c6730..00541dca2c28e3fa967f92d1ef77607b8582847d 100644 |
| --- a/content/browser/appcache/appcache_storage.h |
| +++ b/content/browser/appcache/appcache_storage.h |
| @@ -80,6 +80,7 @@ class CONTENT_EXPORT AppCacheStorage { |
| const GURL& mainfest_url) {} |
| protected: |
| + Delegate() = default; |
| virtual ~Delegate() {} |
| }; |