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

Unified Diff: webkit/fileapi/file_system_quota_util.h

Issue 10386069: Add RegisterMountPointProvider and TestMountPointProvider for testing (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: adding sandbox_mpp change Created 8 years, 7 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
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_;

Powered by Google App Engine
This is Rietveld 408576698