Chromium Code Reviews

Unified Diff: webkit/blob/view_blob_internals_job.cc

Issue 5384002: net: Remove typedef net::URLRequest URLRequest; (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: webkit/blob/view_blob_internals_job.cc
diff --git a/webkit/blob/view_blob_internals_job.cc b/webkit/blob/view_blob_internals_job.cc
index 00c3eb3dc6d126ccf87a88ac47cfee6bef413a7c..6d6955b6461eeacda2db67445a9774226df485bb 100644
--- a/webkit/blob/view_blob_internals_job.cc
+++ b/webkit/blob/view_blob_internals_job.cc
@@ -100,7 +100,7 @@ void AddHTMLButton(const std::string& title,
namespace webkit_blob {
ViewBlobInternalsJob::ViewBlobInternalsJob(
- URLRequest* request, BlobStorageController* blob_storage_controller)
+ net::URLRequest* request, BlobStorageController* blob_storage_controller)
: URLRequestSimpleJob(request),
blob_storage_controller_(blob_storage_controller) {
}

Powered by Google App Engine