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

Unified Diff: content/browser/loader/upload_data_stream_builder.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: content/browser/loader/upload_data_stream_builder.h
diff --git a/content/browser/loader/upload_data_stream_builder.h b/content/browser/loader/upload_data_stream_builder.h
index 60b6f337c22d3900f457864a12bd910cd2114a87..7755e14c529f61f85e768abb434a093b55dc868b 100644
--- a/content/browser/loader/upload_data_stream_builder.h
+++ b/content/browser/loader/upload_data_stream_builder.h
@@ -12,7 +12,7 @@ namespace base {
class TaskRunner;
}
-namespace fileapi {
+namespace storage {
class FileSystemContext;
}
@@ -20,7 +20,7 @@ namespace net {
class UploadDataStream;
}
-namespace webkit_blob {
+namespace storage {
class BlobStorageContext;
}
@@ -42,8 +42,8 @@ class CONTENT_EXPORT UploadDataStreamBuilder {
// when the data gets uploaded.
static scoped_ptr<net::UploadDataStream> Build(
ResourceRequestBody* body,
- webkit_blob::BlobStorageContext* blob_context,
- fileapi::FileSystemContext* file_system_context,
+ storage::BlobStorageContext* blob_context,
+ storage::FileSystemContext* file_system_context,
base::TaskRunner* file_task_runner);
};
« no previous file with comments | « content/browser/loader/temporary_file_stream_unittest.cc ('k') | content/browser/loader/upload_data_stream_builder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698