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

Unified Diff: content/browser/tab_contents/render_view_host_manager.h

Issue 9420007: Move RenderWidgetHostView into content namespace. Fix include paths. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix linux_chromeos_gtk build issue not caught by trybots. 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/tab_contents/render_view_host_manager.h
diff --git a/content/browser/tab_contents/render_view_host_manager.h b/content/browser/tab_contents/render_view_host_manager.h
index b32fe7fd7ce991b10425cc1f97904400e01032da..06692136f69090ee6cf3eeef6c8774b80f7f27fb 100644
--- a/content/browser/tab_contents/render_view_host_manager.h
+++ b/content/browser/tab_contents/render_view_host_manager.h
@@ -18,13 +18,13 @@
class InterstitialPageImpl;
class NavigationControllerImpl;
class RenderViewHost;
-class RenderWidgetHostView;
class WebUIImpl;
namespace content {
class BrowserContext;
class NavigationEntry;
class NavigationEntryImpl;
+class RenderWidgetHostView;
}
// Manages RenderViewHosts for a TabContents. Normally there is only one and
@@ -115,7 +115,7 @@ class CONTENT_EXPORT RenderViewHostManager
// Returns the view associated with the current RenderViewHost, or NULL if
// there is no current one.
- RenderWidgetHostView* GetRenderWidgetHostView() const;
+ content::RenderWidgetHostView* GetRenderWidgetHostView() const;
// Returns the pending render view host, or NULL if there is no pending one.
RenderViewHost* pending_render_view_host() const {
« no previous file with comments | « content/browser/tab_contents/interstitial_page_impl.cc ('k') | content/browser/tab_contents/render_view_host_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698