| Index: content/browser/renderer_host/render_widget_host_impl.h
|
| ===================================================================
|
| --- content/browser/renderer_host/render_widget_host_impl.h (revision 163514)
|
| +++ content/browser/renderer_host/render_widget_host_impl.h (working copy)
|
| @@ -28,7 +28,6 @@
|
|
|
| class MockRenderWidgetHost;
|
| class WebCursor;
|
| -struct EditCommand;
|
| struct ViewHostMsg_UpdateRect_Params;
|
| struct ViewHostMsg_TextInputState_Params;
|
| struct ViewHostMsg_BeginSmoothScroll_Params;
|
| @@ -57,6 +56,7 @@
|
|
|
| namespace content {
|
| class BackingStore;
|
| +struct EditCommand;
|
| class GestureEventFilter;
|
| class RenderWidgetHostDelegate;
|
| class RenderWidgetHostViewPort;
|
|
|