summaryrefslogtreecommitdiffstats
path: root/chromium/content/browser/loader/upload_data_stream_builder.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/browser/loader/upload_data_stream_builder.h')
-rw-r--r--chromium/content/browser/loader/upload_data_stream_builder.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/chromium/content/browser/loader/upload_data_stream_builder.h b/chromium/content/browser/loader/upload_data_stream_builder.h
index e2b6ce3fc29..60b6f337c22 100644
--- a/chromium/content/browser/loader/upload_data_stream_builder.h
+++ b/chromium/content/browser/loader/upload_data_stream_builder.h
@@ -24,12 +24,10 @@ namespace webkit_blob {
class BlobStorageContext;
}
-namespace webkit_glue {
-class ResourceRequestBody;
-}
-
namespace content {
+class ResourceRequestBody;
+
class CONTENT_EXPORT UploadDataStreamBuilder {
public:
// Creates a new UploadDataStream from this request body.
@@ -43,7 +41,7 @@ class CONTENT_EXPORT UploadDataStreamBuilder {
// filesystem URLs. |file_task_runner| is used to perform file operations
// when the data gets uploaded.
static scoped_ptr<net::UploadDataStream> Build(
- webkit_glue::ResourceRequestBody* body,
+ ResourceRequestBody* body,
webkit_blob::BlobStorageContext* blob_context,
fileapi::FileSystemContext* file_system_context,
base::TaskRunner* file_task_runner);