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

Unified Diff: chrome/browser/prerender/prerender_manager.h

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: Respond to review comments. Created 8 years, 9 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
« no previous file with comments | « chrome/browser/prerender/prerender_contents.cc ('k') | chrome/browser/prerender/prerender_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/prerender/prerender_manager.h
diff --git a/chrome/browser/prerender/prerender_manager.h b/chrome/browser/prerender/prerender_manager.h
index 5bba188a9d2307881750eca1c540a288dc8e6746..2d515b57b4fc318b33b7a874de4f7e811c77408c 100644
--- a/chrome/browser/prerender/prerender_manager.h
+++ b/chrome/browser/prerender/prerender_manager.h
@@ -181,7 +181,8 @@ class PrerenderManager : public base::SupportsWeakPtr<PrerenderManager>,
void MarkWebContentsAsNotPrerendered(content::WebContents* web_contents);
bool IsWebContentsPrerendered(content::WebContents* web_contents) const;
bool WouldWebContentsBePrerendered(content::WebContents* web_contents) const;
- bool IsOldRenderViewHost(const RenderViewHost* render_view_host) const;
+ bool IsOldRenderViewHost(
+ const content::RenderViewHost* render_view_host) const;
// Checks whether navigation to the provided URL has occurred in a visible
// tab recently.
« no previous file with comments | « chrome/browser/prerender/prerender_contents.cc ('k') | chrome/browser/prerender/prerender_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698