| Index: webkit/fileapi/file_system_quota_util.h
|
| diff --git a/webkit/fileapi/file_system_quota_util.h b/webkit/fileapi/file_system_quota_util.h
|
| index 6063acf9f7de61f3324574e580e698cb7864947e..9640e93417a734c2cf6511ede2f7f0162670b8af 100644
|
| --- a/webkit/fileapi/file_system_quota_util.h
|
| +++ b/webkit/fileapi/file_system_quota_util.h
|
| @@ -54,6 +54,8 @@ class FileSystemQuotaUtil {
|
| DISALLOW_COPY_AND_ASSIGN(Proxy);
|
| };
|
|
|
| + virtual ~FileSystemQuotaUtil();
|
| +
|
| // Called by quota client.
|
| virtual void GetOriginsForTypeOnFileThread(fileapi::FileSystemType type,
|
| std::set<GURL>* origins) = 0;
|
| @@ -98,7 +100,6 @@ class FileSystemQuotaUtil {
|
|
|
| protected:
|
| explicit FileSystemQuotaUtil(base::SequencedTaskRunner* file_task_runner);
|
| - virtual ~FileSystemQuotaUtil();
|
|
|
| private:
|
| scoped_refptr<Proxy> proxy_;
|
|
|