| Index: content/public/browser/render_view_host_delegate.h
|
| ===================================================================
|
| --- content/public/browser/render_view_host_delegate.h (revision 137859)
|
| +++ content/public/browser/render_view_host_delegate.h (working copy)
|
| @@ -26,7 +26,6 @@
|
| class SkBitmap;
|
| class WebContentsImpl;
|
| class WebKeyboardEvent;
|
| -struct NativeWebKeyboardEvent;
|
| struct ViewHostMsg_CreateWindow_Params;
|
| struct ViewHostMsg_DidFailProvisionalLoadWithError_Params;
|
| struct ViewHostMsg_FrameNavigate_Params;
|
| @@ -57,6 +56,7 @@
|
| struct ContextMenuParams;
|
| struct FileChooserParams;
|
| struct GlobalRequestID;
|
| +struct NativeWebKeyboardEvent;
|
| struct Referrer;
|
| struct RendererPreferences;
|
|
|
|
|