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

Unified Diff: content/browser/download/mhtml_generation_manager.cc

Issue 9600036: Move Render(View|Widget)Host and associated classes to content namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Ready for review, take 2 Created 8 years, 10 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/download/mhtml_generation_manager.cc
diff --git a/content/browser/download/mhtml_generation_manager.cc b/content/browser/download/mhtml_generation_manager.cc
index c06fe12ab54c26ed5c2f858fe07427631e0e0e27..ccf19eea5451227feb5c0bf1f3fedcfda4178191 100644
--- a/content/browser/download/mhtml_generation_manager.cc
+++ b/content/browser/download/mhtml_generation_manager.cc
@@ -103,7 +103,7 @@ void MHTMLGenerationManager::FileCreated(int job_id,
job.browser_file = browser_file;
job.renderer_file = renderer_file;
- RenderViewHostImpl* rvh = RenderViewHostImpl::FromID(
+ content::RenderViewHostImpl* rvh = content::RenderViewHostImpl::FromID(
jam 2012/03/05 23:59:28 nit: using since we'll eventually move this file t
Jói 2012/03/06 16:38:55 Done.
job.process_id, job.routing_id);
if (!rvh) {
// The tab went away.

Powered by Google App Engine
This is Rietveld 408576698