diff options
Diffstat (limited to 'chrome/browser/browsing_data_indexed_db_helper.h')
-rw-r--r-- | chrome/browser/browsing_data_indexed_db_helper.h | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/chrome/browser/browsing_data_indexed_db_helper.h b/chrome/browser/browsing_data_indexed_db_helper.h index 932c00b..129987b 100644 --- a/chrome/browser/browsing_data_indexed_db_helper.h +++ b/chrome/browser/browsing_data_indexed_db_helper.h @@ -37,16 +37,8 @@ class BrowsingDataIndexedDBHelper const std::string& origin, const FilePath& file_path, int64 size, - base::Time last_modified) - : protocol(protocol), - host(host), - port(port), - database_identifier(database_identifier), - origin(origin), - file_path(file_path), - size(size), - last_modified(last_modified) { - } + base::Time last_modified); + ~IndexedDBInfo(); bool IsFileSchemeData() { return protocol == chrome::kFileScheme; |