Index: chrome/browser/ui/panels/panel_browser_view.h |
=================================================================== |
--- chrome/browser/ui/panels/panel_browser_view.h (revision 137859) |
+++ chrome/browser/ui/panels/panel_browser_view.h (working copy) |
@@ -109,11 +109,11 @@ |
virtual void DrawAttention(bool draw_attention) OVERRIDE; |
virtual bool IsDrawingAttention() const OVERRIDE; |
virtual bool PreHandlePanelKeyboardEvent( |
- const NativeWebKeyboardEvent& event, |
+ const content::NativeWebKeyboardEvent& event, |
bool* is_keyboard_shortcut) OVERRIDE; |
virtual void FullScreenModeChanged(bool is_full_screen) OVERRIDE; |
virtual void HandlePanelKeyboardEvent( |
- const NativeWebKeyboardEvent& event) OVERRIDE; |
+ const content::NativeWebKeyboardEvent& event) OVERRIDE; |
virtual gfx::Size WindowSizeFromContentSize( |
const gfx::Size& content_size) const OVERRIDE; |
virtual gfx::Size ContentSizeFromWindowSize( |