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

Unified Diff: content/browser/net/view_http_cache_job_factory.cc

Issue 11343013: Move content\browser\net to content namespace. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 2 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: content/browser/net/view_http_cache_job_factory.cc
===================================================================
--- content/browser/net/view_http_cache_job_factory.cc (revision 164642)
+++ content/browser/net/view_http_cache_job_factory.cc (working copy)
@@ -18,6 +18,7 @@
#include "net/url_request/url_request_simple_job.h"
#include "net/url_request/view_cache_helper.h"
+namespace content {
namespace {
// A job subclass that dumps an HTTP cache entry.
@@ -200,3 +201,5 @@
net::URLRequest* request, net::NetworkDelegate* network_delegate) {
return new ViewHttpCacheJob(request, network_delegate);
}
+
+} // namespace content

Powered by Google App Engine
This is Rietveld 408576698