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

Unified Diff: storage/browser/fileapi/isolated_file_system_backend.h

Issue 442383002: Move storage-related files from webkit/ to new top-level directory storage/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 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: storage/browser/fileapi/isolated_file_system_backend.h
diff --git a/webkit/browser/fileapi/isolated_file_system_backend.h b/storage/browser/fileapi/isolated_file_system_backend.h
similarity index 91%
rename from webkit/browser/fileapi/isolated_file_system_backend.h
rename to storage/browser/fileapi/isolated_file_system_backend.h
index 1c2edfddd271de8add36e52666297cdcd8a50367..a506080d041fc7b4315c11c71431eb75b318571b 100644
--- a/webkit/browser/fileapi/isolated_file_system_backend.h
+++ b/storage/browser/fileapi/isolated_file_system_backend.h
@@ -6,9 +6,9 @@
#define WEBKIT_BROWSER_FILEAPI_ISOLATED_FILE_SYSTEM_BACKEND_H_
#include "base/memory/scoped_ptr.h"
-#include "webkit/browser/fileapi/file_system_backend.h"
+#include "storage/browser/fileapi/file_system_backend.h"
-namespace fileapi {
+namespace storage {
class AsyncFileUtilAdapter;
@@ -32,7 +32,7 @@ class IsolatedFileSystemBackend : public FileSystemBackend {
FileSystemContext* context,
base::File::Error* error_code) const OVERRIDE;
virtual bool SupportsStreaming(const FileSystemURL& url) const OVERRIDE;
- virtual scoped_ptr<webkit_blob::FileStreamReader> CreateFileStreamReader(
+ virtual scoped_ptr<storage::FileStreamReader> CreateFileStreamReader(
const FileSystemURL& url,
int64 offset,
const base::Time& expected_modification_time,
@@ -49,6 +49,6 @@ class IsolatedFileSystemBackend : public FileSystemBackend {
scoped_ptr<AsyncFileUtilAdapter> transient_file_util_;
};
-} // namespace fileapi
+} // namespace storage
#endif // WEBKIT_BROWSER_FILEAPI_ISOLATED_FILE_SYSTEM_BACKEND_H_
« no previous file with comments | « storage/browser/fileapi/isolated_context.cc ('k') | storage/browser/fileapi/isolated_file_system_backend.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698