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

Unified Diff: chrome/browser/ui/views/tab_contents/native_tab_contents_view.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
Index: chrome/browser/ui/views/tab_contents/native_tab_contents_view.h
diff --git a/chrome/browser/ui/views/tab_contents/native_tab_contents_view.h b/chrome/browser/ui/views/tab_contents/native_tab_contents_view.h
index d76e6a6e974a187aa5a79ca75b88b9b35ae1b413..7f9c0fd75a2172b0e1eb33ae5fbdc045a980d78e 100644
--- a/chrome/browser/ui/views/tab_contents/native_tab_contents_view.h
+++ b/chrome/browser/ui/views/tab_contents/native_tab_contents_view.h
@@ -12,9 +12,9 @@
#include "third_party/WebKit/Source/WebKit/chromium/public/WebDragOperation.h"
#include "ui/gfx/native_widget_types.h"
-class RenderWidgetHost;
struct WebDropData;
namespace content {
+class RenderWidgetHost;
class RenderWidgetHostView;
}
namespace gfx {
@@ -39,7 +39,7 @@ class NativeTabContentsView {
virtual void Unparent() = 0;
virtual content::RenderWidgetHostView* CreateRenderWidgetHostView(
- RenderWidgetHost* render_widget_host) = 0;
+ content::RenderWidgetHost* render_widget_host) = 0;
virtual gfx::NativeWindow GetTopLevelNativeWindow() const = 0;

Powered by Google App Engine
This is Rietveld 408576698