| Index: content/browser/web_contents/web_contents_impl.h
|
| ===================================================================
|
| --- content/browser/web_contents/web_contents_impl.h (revision 137859)
|
| +++ content/browser/web_contents/web_contents_impl.h (working copy)
|
| @@ -354,10 +354,11 @@
|
|
|
| // RenderWidgetHostDelegate --------------------------------------------------
|
|
|
| - virtual bool PreHandleKeyboardEvent(const NativeWebKeyboardEvent& event,
|
| - bool* is_keyboard_shortcut) OVERRIDE;
|
| + virtual bool PreHandleKeyboardEvent(
|
| + const content::NativeWebKeyboardEvent& event,
|
| + bool* is_keyboard_shortcut) OVERRIDE;
|
| virtual void HandleKeyboardEvent(
|
| - const NativeWebKeyboardEvent& event) OVERRIDE;
|
| + const content::NativeWebKeyboardEvent& event) OVERRIDE;
|
|
|
| // RenderViewHostManager::Delegate -------------------------------------------
|
|
|
|
|