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

Unified Diff: webkit/fileapi/file_system_quota.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 | « webkit/database/databases_table.cc ('k') | webkit/fileapi/file_system_quota.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/fileapi/file_system_quota.h
diff --git a/webkit/fileapi/file_system_quota.h b/webkit/fileapi/file_system_quota.h
index 80888ed1abd03618a15214a1ee96a23af340ce84..9b77c9b724c623595545de4f82b9bb0f82716aca 100644
--- a/webkit/fileapi/file_system_quota.h
+++ b/webkit/fileapi/file_system_quota.h
@@ -16,9 +16,11 @@ namespace fileapi {
// and just allows unlimited quota for apps.
class FileSystemQuota {
public:
- FileSystemQuota() { }
static const int64 kUnknownSize;
+ FileSystemQuota();
+ ~FileSystemQuota();
+
// Checks if the origin can grow its usage by |growth| bytes.
// This only performs in-memory check and returns immediately.
// For now it just returns false for any origins (regardless of the size)
« no previous file with comments | « webkit/database/databases_table.cc ('k') | webkit/fileapi/file_system_quota.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698