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

Unified Diff: webkit/database/databases_table.h

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 | « net/server/http_server_request_info.cc ('k') | webkit/database/databases_table.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/database/databases_table.h
diff --git a/webkit/database/databases_table.h b/webkit/database/databases_table.h
index 4443c76a234890c8b76949c3b9e667447dc0d715..4caab805e095d18383227ae488774138ae24b21e 100644
--- a/webkit/database/databases_table.h
+++ b/webkit/database/databases_table.h
@@ -16,7 +16,8 @@ class Connection;
namespace webkit_database {
struct DatabaseDetails {
- DatabaseDetails() : estimated_size(0) { }
+ DatabaseDetails();
+ ~DatabaseDetails();
string16 origin_identifier;
string16 database_name;
« no previous file with comments | « net/server/http_server_request_info.cc ('k') | webkit/database/databases_table.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698