| Index: content/browser/renderer_host/render_view_host_impl.h
|
| ===================================================================
|
| --- content/browser/renderer_host/render_view_host_impl.h (revision 137859)
|
| +++ content/browser/renderer_host/render_view_host_impl.h (working copy)
|
| @@ -371,7 +371,7 @@
|
| const WebKit::WebMouseEvent& mouse_event) OVERRIDE;
|
| virtual void OnMouseActivate() OVERRIDE;
|
| virtual void ForwardKeyboardEvent(
|
| - const NativeWebKeyboardEvent& key_event) OVERRIDE;
|
| + const content::NativeWebKeyboardEvent& key_event) OVERRIDE;
|
| virtual gfx::Rect GetRootWindowResizerRect() const OVERRIDE;
|
|
|
| // Creates a new RenderView with the given route id.
|
|
|