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

Unified Diff: webkit/fileapi/isolated_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/dom_storage/dom_storage_context.h ('k') | webkit/fileapi/test_mount_point_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/fileapi/isolated_mount_point_provider.h
diff --git a/webkit/fileapi/isolated_mount_point_provider.h b/webkit/fileapi/isolated_mount_point_provider.h
index c1e35e036d525b9ba1369874adf86641737d2131..a071cc909389c9b31f60dbf31b6b36c834994635 100644
--- a/webkit/fileapi/isolated_mount_point_provider.h
+++ b/webkit/fileapi/isolated_mount_point_provider.h
@@ -13,6 +13,7 @@
namespace fileapi {
class IsolatedContext;
+class IsolatedFileUtil;
class IsolatedMountPointProvider : public FileSystemMountPointProvider {
public:
@@ -60,7 +61,7 @@ class IsolatedMountPointProvider : public FileSystemMountPointProvider {
IsolatedContext* isolated_context() const;
FilePath GetPathFromURL(const GURL& url) const;
- scoped_ptr<FileSystemFileUtil> isolated_file_util_;
+ scoped_ptr<IsolatedFileUtil> isolated_file_util_;
};
} // namespace fileapi
« no previous file with comments | « webkit/dom_storage/dom_storage_context.h ('k') | webkit/fileapi/test_mount_point_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698