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

Unified Diff: webkit/blob/blob_storage_controller.h

Issue 10834289: Split net::UploadData into two: for IPC and for upload handling (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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/blob/blob_storage_controller.h
diff --git a/webkit/blob/blob_storage_controller.h b/webkit/blob/blob_storage_controller.h
index a32fab3eb46f732a8b24da30488a32f3c6d922b3..baeaf3b26470f10ce768a2e7d7f6f6602805a021 100644
--- a/webkit/blob/blob_storage_controller.h
+++ b/webkit/blob/blob_storage_controller.h
@@ -16,13 +16,11 @@
class GURL;
class FilePath;
+class WebUploadData;
namespace base {
class Time;
}
-namespace net {
-class UploadData;
-}
namespace webkit_blob {
@@ -42,7 +40,7 @@ class BLOB_EXPORT BlobStorageController {
// If there is any blob reference in the upload data, it will get resolved
// and updated in place.
- void ResolveBlobReferencesInUploadData(net::UploadData* upload_data);
+ void ResolveBlobReferencesInUploadData(WebUploadData* upload_data);
private:
friend class ViewBlobInternalsJob;

Powered by Google App Engine
This is Rietveld 408576698