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

Unified Diff: webkit/blob/view_blob_internals_job.h

Issue 5298008: net: Add namespace net to URLRequest and URLRequestJob classes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: some chromeos fixes Created 10 years, 1 month 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/view_blob_internals_job.h
diff --git a/webkit/blob/view_blob_internals_job.h b/webkit/blob/view_blob_internals_job.h
index 02481536c6caab81201b46c54f85c2640145252f..913531c2f3339fcde8b4f6234fb467e26e960f76 100644
--- a/webkit/blob/view_blob_internals_job.h
+++ b/webkit/blob/view_blob_internals_job.h
@@ -9,7 +9,9 @@
#include "net/url_request/url_request_simple_job.h"
+namespace net {
class URLRequest;
+} // namespace net
namespace webkit_blob {
@@ -20,7 +22,7 @@ class BlobStorageController;
// state of blob registry.
class ViewBlobInternalsJob : public URLRequestSimpleJob {
public:
- ViewBlobInternalsJob(URLRequest* request,
+ ViewBlobInternalsJob(net::URLRequest* request,
BlobStorageController* blob_storage_controller);
virtual void Start();

Powered by Google App Engine
This is Rietveld 408576698