| Index: chrome/browser/ui/panels/panel.h
|
| ===================================================================
|
| --- chrome/browser/ui/panels/panel.h (revision 137859)
|
| +++ chrome/browser/ui/panels/panel.h (working copy)
|
| @@ -168,10 +168,10 @@
|
| bool show_history) OVERRIDE;
|
| virtual void ShowAppMenu() OVERRIDE;
|
| virtual bool PreHandleKeyboardEvent(
|
| - const NativeWebKeyboardEvent& event,
|
| + const content::NativeWebKeyboardEvent& event,
|
| bool* is_keyboard_shortcut) OVERRIDE;
|
| virtual void HandleKeyboardEvent(
|
| - const NativeWebKeyboardEvent& event) OVERRIDE;
|
| + const content::NativeWebKeyboardEvent& event) OVERRIDE;
|
| virtual void ShowCreateWebAppShortcutsDialog(
|
| TabContentsWrapper* tab_contents) OVERRIDE;
|
| virtual void ShowCreateChromeAppShortcutsDialog(
|
|
|