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

Unified Diff: webkit/quota/quota_database.h

Issue 7002024: Implement QuotaTemporaryStorageEvictor. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Added a TODO to call OnQuotaManagerDestroyed. Created 9 years, 7 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 | « no previous file | webkit/quota/quota_manager.h » ('j') | webkit/quota/quota_manager.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/quota/quota_database.h
diff --git a/webkit/quota/quota_database.h b/webkit/quota/quota_database.h
index 98aced998f6fac5c4cc72667ec09d49f44e34bed..dc58e1383ce074dd4775ac447778595111075371 100644
--- a/webkit/quota/quota_database.h
+++ b/webkit/quota/quota_database.h
@@ -28,7 +28,7 @@ namespace quota {
class QuotaDatabase {
public:
explicit QuotaDatabase(const FilePath& path);
- ~QuotaDatabase();
+ virtual ~QuotaDatabase();
void CloseConnection();
« no previous file with comments | « no previous file | webkit/quota/quota_manager.h » ('j') | webkit/quota/quota_manager.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698