| Index: chrome/browser/file_system/file_system_host_context.h
|
| diff --git a/chrome/browser/file_system/file_system_host_context.h b/chrome/browser/file_system/file_system_host_context.h
|
| index 34f09433b0f0872a0f73c6422db5070f8795e59c..1575c97aa147f992b73e8ff75b47903fcee7b960 100644
|
| --- a/chrome/browser/file_system/file_system_host_context.h
|
| +++ b/chrome/browser/file_system/file_system_host_context.h
|
| @@ -22,6 +22,7 @@ class FileSystemHostContext
|
| BrowserThread::DeleteOnIOThread> {
|
| public:
|
| FileSystemHostContext(const FilePath& data_path, bool is_incognito);
|
| + virtual ~FileSystemHostContext();
|
|
|
| // Quota related methods.
|
| bool CheckOriginQuota(const GURL& url, int64 growth);
|
|
|