Index: webkit/browser/fileapi/sandbox_file_system_backend.h |
diff --git a/webkit/browser/fileapi/sandbox_file_system_backend.h b/webkit/browser/fileapi/sandbox_file_system_backend.h |
index 0df2afacb79499653f1b1aa526c544411b704a55..f4673dda17ce01e2fbae348aed47644f29fef6e3 100644 |
--- a/webkit/browser/fileapi/sandbox_file_system_backend.h |
+++ b/webkit/browser/fileapi/sandbox_file_system_backend.h |
@@ -19,7 +19,7 @@ |
#include "webkit/browser/quota/special_storage_policy.h" |
#include "webkit/browser/webkit_storage_browser_export.h" |
-namespace fileapi { |
+namespace storage { |
// TEMPORARY or PERSISTENT filesystems, which are placed under the user's |
// profile directory in a sandboxed way. |
@@ -47,8 +47,8 @@ class WEBKIT_STORAGE_BROWSER_EXPORT SandboxFileSystemBackend |
base::File::Error* error_code) const OVERRIDE; |
virtual bool SupportsStreaming(const FileSystemURL& url) const OVERRIDE; |
virtual bool HasInplaceCopyImplementation( |
- fileapi::FileSystemType type) const OVERRIDE; |
- virtual scoped_ptr<webkit_blob::FileStreamReader> CreateFileStreamReader( |
+ storage::FileSystemType type) const OVERRIDE; |
+ virtual scoped_ptr<storage::FileStreamReader> CreateFileStreamReader( |
const FileSystemURL& url, |
int64 offset, |
const base::Time& expected_modification_time, |
@@ -79,6 +79,6 @@ class WEBKIT_STORAGE_BROWSER_EXPORT SandboxFileSystemBackend |
DISALLOW_COPY_AND_ASSIGN(SandboxFileSystemBackend); |
}; |
-} // namespace fileapi |
+} // namespace storage |
#endif // WEBKIT_BROWSER_FILEAPI_SANDBOX_FILE_SYSTEM_BACKEND_H_ |