| Index: content/browser/renderer_host/test_render_view_host.h
|
| ===================================================================
|
| --- content/browser/renderer_host/test_render_view_host.h (revision 137859)
|
| +++ content/browser/renderer_host/test_render_view_host.h (working copy)
|
| @@ -115,7 +115,7 @@
|
| virtual void PluginFocusChanged(bool focused, int plugin_id) OVERRIDE;
|
| virtual void StartPluginIme() OVERRIDE;
|
| virtual bool PostProcessEventForPluginIme(
|
| - const NativeWebKeyboardEvent& event) OVERRIDE;
|
| + const content::NativeWebKeyboardEvent& event) OVERRIDE;
|
| virtual gfx::PluginWindowHandle AllocateFakePluginWindowHandle(
|
| bool opaque,
|
| bool root) OVERRIDE;
|
|
|