| Index: content/public/browser/render_widget_host_view.h
|
| diff --git a/content/public/browser/render_widget_host_view.h b/content/public/browser/render_widget_host_view.h
|
| index 3ca9b92516b0e2c3b2ae55de5479f16cc71ef896..db457db7745aa9c733a182dcbeae29a07063e348 100644
|
| --- a/content/public/browser/render_widget_host_view.h
|
| +++ b/content/public/browser/render_widget_host_view.h
|
| @@ -17,7 +17,6 @@
|
| #include "ui/gfx/native_widget_types.h"
|
|
|
| class BrowserAccessibilityManager;
|
| -class RenderWidgetHost;
|
|
|
| namespace gfx {
|
| class Rect;
|
| @@ -26,6 +25,8 @@ class Size;
|
|
|
| namespace content {
|
|
|
| +class RenderWidgetHost;
|
| +
|
| // RenderWidgetHostView is an interface implemented by an object that acts as
|
| // the "View" portion of a RenderWidgetHost. The RenderWidgetHost and its
|
| // associated RenderProcessHost own the "Model" in this case which is the
|
|
|