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

Unified Diff: webkit/fileapi/test_mount_point_provider.h

Issue 10416004: RefCounted types should not have public destructors, webkit/ edition (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to r140259 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
« no previous file with comments | « webkit/fileapi/isolated_mount_point_provider.h ('k') | webkit/glue/resource_loader_bridge.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/fileapi/test_mount_point_provider.h
diff --git a/webkit/fileapi/test_mount_point_provider.h b/webkit/fileapi/test_mount_point_provider.h
index 8a6d76d1c6a3b1db43c913f80819dd9b8c20aa16..c8fdbcd370b08e353832bbb5d48f2e29224bdc0f 100644
--- a/webkit/fileapi/test_mount_point_provider.h
+++ b/webkit/fileapi/test_mount_point_provider.h
@@ -18,6 +18,7 @@ class SequencedTaskRunner;
namespace fileapi {
+class LocalFileUtil;
class FileSystemQuotaUtil;
// This should be only used for testing.
@@ -70,7 +71,7 @@ class FILEAPI_EXPORT_PRIVATE TestMountPointProvider
private:
FilePath base_path_;
- scoped_ptr<FileSystemFileUtil> local_file_util_;
+ scoped_ptr<LocalFileUtil> local_file_util_;
scoped_ptr<FileSystemQuotaUtil> quota_util_;
};
« no previous file with comments | « webkit/fileapi/isolated_mount_point_provider.h ('k') | webkit/glue/resource_loader_bridge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698