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

Unified Diff: webkit/appcache/view_appcache_internals_job.cc

Issue 5847001: net: Add namespace net to URLRequestSimpleJob. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years 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
« no previous file with comments | « webkit/appcache/view_appcache_internals_job.h ('k') | webkit/blob/view_blob_internals_job.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/appcache/view_appcache_internals_job.cc
diff --git a/webkit/appcache/view_appcache_internals_job.cc b/webkit/appcache/view_appcache_internals_job.cc
index 7679dc8c964e3c03a309471f371adb8a8f6f34a0..12a2ab6952b4e1e5d3bd79785ed5f5161222d120 100644
--- a/webkit/appcache/view_appcache_internals_job.cc
+++ b/webkit/appcache/view_appcache_internals_job.cc
@@ -153,8 +153,9 @@ namespace appcache {
ViewAppCacheInternalsJob::ViewAppCacheInternalsJob(
net::URLRequest* request,
- AppCacheService* service) : URLRequestSimpleJob(request),
- appcache_service_(service) {
+ AppCacheService* service)
+ : net::URLRequestSimpleJob(request),
+ appcache_service_(service) {
}
ViewAppCacheInternalsJob::~ViewAppCacheInternalsJob() {
« no previous file with comments | « webkit/appcache/view_appcache_internals_job.h ('k') | webkit/blob/view_blob_internals_job.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698