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

Unified Diff: webkit/fileapi/sandbox_mount_point_provider.h

Issue 7470037: [Refactor] to rename and re-layer the file_util stack layers. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Fixed for ChromeOS again. Created 9 years, 4 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/sandbox_mount_point_provider.h
diff --git a/webkit/fileapi/sandbox_mount_point_provider.h b/webkit/fileapi/sandbox_mount_point_provider.h
index 199185d704e2bfbd35fd2ec8ae6c3c0afea3551a..d14fe8a28ed454ff73579d73edfeddb24b23706a 100644
--- a/webkit/fileapi/sandbox_mount_point_provider.h
+++ b/webkit/fileapi/sandbox_mount_point_provider.h
@@ -25,7 +25,7 @@ class QuotaManagerProxy;
namespace fileapi {
-class ObfuscatedFileSystemFileUtil;
+class ObfuscatedFileUtil;
class QuotaFileUtil;
// An interface to construct or crack sandboxed filesystem paths.
@@ -109,7 +109,7 @@ class SandboxMountPointProvider
FileSystemType type,
bool create) const;
- virtual FileSystemFileUtil* GetFileSystemFileUtil();
+ virtual FileApiFileUtil* GetFileUtil();
// Deletes the data on the origin and reports the amount of deleted data
// to the quota manager via |proxy|.
@@ -171,7 +171,7 @@ class SandboxMountPointProvider
const FilePath profile_path_;
QuotaFileUtil *quota_file_util_;
- scoped_refptr<ObfuscatedFileSystemFileUtil> sandbox_file_util_;
+ scoped_refptr<ObfuscatedFileUtil> sandbox_file_util_;
// Acccessed only on the file thread.
std::set<GURL> visited_origins_;

Powered by Google App Engine
This is Rietveld 408576698