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

Unified Diff: content/public/browser/web_contents.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
« no previous file with comments | « content/public/browser/render_widget_host_view.h ('k') | content/public/browser/web_contents_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/web_contents.h
diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h
index 50d4a68987fca6c870a569c81127cc34f2a94d47..c53089508e7c9f1a24c90979685d2194ef9413eb 100644
--- a/content/public/browser/web_contents.h
+++ b/content/public/browser/web_contents.h
@@ -18,7 +18,6 @@
#include "webkit/glue/window_open_disposition.h"
class RenderViewHost;
-class RenderWidgetHostView;
class SessionStorageNamespace;
namespace base {
@@ -41,6 +40,7 @@ class BrowserContext;
class InterstitialPage;
class NavigationController;
class RenderProcessHost;
+class RenderWidgetHostView;
class WebContentsDelegate;
struct RendererPreferences;
class SiteInstance;
@@ -103,7 +103,7 @@ class WebContents : public PageNavigator {
// Returns the currently active RenderWidgetHostView. This may change over
// time and can be NULL (during setup and teardown).
- virtual RenderWidgetHostView* GetRenderWidgetHostView() const = 0;
+ virtual content::RenderWidgetHostView* GetRenderWidgetHostView() const = 0;
// The WebContentsView will never change and is guaranteed non-NULL.
virtual WebContentsView* GetView() const = 0;
« no previous file with comments | « content/public/browser/render_widget_host_view.h ('k') | content/public/browser/web_contents_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698