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

Unified Diff: content/browser/renderer_host/async_resource_handler.cc

Issue 10804031: Move more files into the content namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 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/renderer_host/async_resource_handler.cc
===================================================================
--- content/browser/renderer_host/async_resource_handler.cc (revision 147462)
+++ content/browser/renderer_host/async_resource_handler.cc (working copy)
@@ -31,7 +31,6 @@
using base::TimeTicks;
namespace content {
-
namespace {
// When reading, we don't know if we are going to get EOF (0 bytes read), so
@@ -165,7 +164,7 @@
// request commits, avoiding the possibility of e.g. zooming the old content
// or of having to layout the new content twice.
- content::ResourceContext* resource_context = filter_->resource_context();
+ ResourceContext* resource_context = filter_->resource_context();
if (rdh_->delegate()) {
rdh_->delegate()->OnResponseStarted(request_, resource_context, response,
filter_);
« no previous file with comments | « content/browser/renderer_host/accelerated_plugin_view_mac.mm ('k') | content/browser/renderer_host/backing_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698