| 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
|
|
|