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

Unified Diff: webkit/database/databases_table.cc

Issue 3806005: FBTF: More ctor/dtor cleanup. (Closed) Base URL: http://git.chromium.org/git/chromium.git
Patch Set: Created 10 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 | « webkit/database/databases_table.h ('k') | webkit/fileapi/file_system_quota.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/database/databases_table.cc
diff --git a/webkit/database/databases_table.cc b/webkit/database/databases_table.cc
index 0afede3c5d9a88845863ba7b89675b5bbf854ea0..fd174ce6d609bc4ebcb3123e944ac80db121ab69 100644
--- a/webkit/database/databases_table.cc
+++ b/webkit/database/databases_table.cc
@@ -10,6 +10,10 @@
namespace webkit_database {
+DatabaseDetails::DatabaseDetails() : estimated_size(0) { }
+
+DatabaseDetails::~DatabaseDetails() {}
+
bool DatabasesTable::Init() {
// 'Databases' schema:
// id A unique ID assigned to each database
« no previous file with comments | « webkit/database/databases_table.h ('k') | webkit/fileapi/file_system_quota.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698